pleroma: 2.8.0 -> 2.9.0 (#386189)

This commit is contained in:
Félix
2025-03-01 22:25:43 +01:00
committed by GitHub
+2 -2
View File
@@ -19,14 +19,14 @@
beamPackages.mixRelease rec {
pname = "pleroma";
version = "2.8.0";
version = "2.9.0";
src = fetchFromGitLab {
domain = "git.pleroma.social";
owner = "pleroma";
repo = "pleroma";
rev = "v${version}";
sha256 = "sha256-8xhBItGl2BvpYB1N1hZbO1xbtYFldUPCiOI4Kvvywaw=";
sha256 = "sha256-P+BcPC5TRxJppOFu3hXrse/10ZOU9Yph/GmPTY44CaE=";
};
patches = [ ./Revert-Config-Restrict-permissions-of-OTP-config.patch ];