12 lines
307 B
Nix
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 = [];
|
|
}
|