nixpkgs/pkgs/servers/mastodon/source.nix
Kerstin Humm db6600c301 mastodon: 3.4.5 -> 3.4.6
fixes CVE-2022-24307
2022-02-03 14:26:44 +01:00

12 lines
344 B
Nix

# This file was generated by pkgs.mastodon.updateScript.
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/tootsuite/mastodon.git";
rev = "v3.4.6";
sha256 = "1lg25m6wsnb7iabbn1vpvn85csv6ywyvcm0ji6d8iq7wwgyq77xs";
};
in applyPatches {
inherit src;
patches = [./resolutions.patch ./version.patch ];
}