about summary refs log tree commit diff
path: root/pkgs/servers/mastodon
diff options
context:
space:
mode:
authorThomas Gerbet <thomas.gerbet@enalean.com>2024-02-01 16:01:29 +0100
committerThomas Gerbet <thomas.gerbet@enalean.com>2024-02-01 16:01:29 +0100
commit48bc814c7b900cba2e6f393dd4c01a6df23b0123 (patch)
tree0123aa2fb467c4e2ba97da01dd4f70f486145550 /pkgs/servers/mastodon
parent838b729023a90b4b853460beaabe0032ee51ec58 (diff)
mastodon: 4.2.4 -> 4.2.5
Fixes CVE-2024-23832

https://github.com/mastodon/mastodon/releases/tag/v4.2.5
Diffstat (limited to 'pkgs/servers/mastodon')
-rw-r--r--pkgs/servers/mastodon/source.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/mastodon/source.nix b/pkgs/servers/mastodon/source.nix
index 6ccec387514c0..06c07c09df5b5 100644
--- a/pkgs/servers/mastodon/source.nix
+++ b/pkgs/servers/mastodon/source.nix
@@ -1,7 +1,7 @@
 # This file was generated by pkgs.mastodon.updateScript.
 { fetchFromGitHub, applyPatches, patches ? [] }:
 let
-  version = "4.2.4";
+  version = "4.2.5";
 in
 (
   applyPatches {
@@ -9,7 +9,7 @@ in
       owner = "mastodon";
       repo = "mastodon";
       rev = "v${version}";
-      hash = "sha256-YPGOe9wywRls26PqEbqFeQRg7rcnRBO2NyiNW1fssts=";
+      hash = "sha256-dgC5V/CVE9F1ORTjPWUWc/JVcWCEj/pb4eWpDV0WliY=";
     };
     patches = patches ++ [];
   }) // {