nixpkgs/pkgs/servers/mastodon/source.nix
2022-05-27 04:26:49 +02:00

12 lines
307 B
Nix

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