nixpkgs/pkgs/servers/mastodon/source.nix

12 lines
344 B
Nix
Raw Normal View History

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