mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
48bc814c7b
Fixes CVE-2024-23832 https://github.com/mastodon/mastodon/releases/tag/v4.2.5
19 lines
462 B
Nix
19 lines
462 B
Nix
# This file was generated by pkgs.mastodon.updateScript.
|
|
{ fetchFromGitHub, applyPatches, patches ? [] }:
|
|
let
|
|
version = "4.2.5";
|
|
in
|
|
(
|
|
applyPatches {
|
|
src = fetchFromGitHub {
|
|
owner = "mastodon";
|
|
repo = "mastodon";
|
|
rev = "v${version}";
|
|
hash = "sha256-dgC5V/CVE9F1ORTjPWUWc/JVcWCEj/pb4eWpDV0WliY=";
|
|
};
|
|
patches = patches ++ [];
|
|
}) // {
|
|
inherit version;
|
|
yarnHash = "sha256-qoLesubmSvRsXhKwMEWHHXcpcqRszqcdZgHQqnTpNPE=";
|
|
}
|