mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
mastodon: 4.2.4 -> 4.2.5
Fixes CVE-2024-23832 https://github.com/mastodon/mastodon/releases/tag/v4.2.5
This commit is contained in:
parent
838b729023
commit
48bc814c7b
@ -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 ++ [];
|
||||
}) // {
|
||||
|
Loading…
Reference in New Issue
Block a user