nixpkgs/pkgs/servers/mastodon/source.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
307 B
Nix
Raw Normal View History

# This file was generated by pkgs.mastodon.updateScript.
2023-04-04 13:18:02 +00:00
{ fetchgit, applyPatches }: let
src = fetchgit {
url = "https://github.com/mastodon/mastodon.git";
2023-04-04 13:18:02 +00:00
rev = "v4.1.2";
sha256 = "18yzpc2rz9sa04y2sdxzsfkndbqqsfqvji47imwc3yj40l8hciws";
};
in applyPatches {
inherit src;
2023-04-04 13:18:02 +00:00
patches = [];
}