From 48bc814c7b900cba2e6f393dd4c01a6df23b0123 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Thu, 1 Feb 2024 16:01:29 +0100 Subject: [PATCH] mastodon: 4.2.4 -> 4.2.5 Fixes CVE-2024-23832 https://github.com/mastodon/mastodon/releases/tag/v4.2.5 --- pkgs/servers/mastodon/source.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/servers/mastodon/source.nix b/pkgs/servers/mastodon/source.nix index 6ccec387514c..06c07c09df5b 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 ++ []; }) // {