pleroma: 2.9.0 -> 2.9.1

Security update.

Full changelog: https://git.pleroma.social/pleroma/pleroma/-/releases/v2.9.1
This commit is contained in:
Picnoir
2025-03-16 10:00:53 +01:00
committed by Yaya
parent 3aee0e9cc1
commit 16a3bbb849
+2 -2
View File
@@ -19,14 +19,14 @@
beamPackages.mixRelease rec {
pname = "pleroma";
version = "2.9.0";
version = "2.9.1";
src = fetchFromGitLab {
domain = "git.pleroma.social";
owner = "pleroma";
repo = "pleroma";
rev = "v${version}";
sha256 = "sha256-P+BcPC5TRxJppOFu3hXrse/10ZOU9Yph/GmPTY44CaE=";
sha256 = "sha256-mZcr+LlRQFDZVU5yAm0XkFdFHCDp4DZNLoVUlWxknMI=";
};
patches = [ ./Revert-Config-Restrict-permissions-of-OTP-config.patch ];