87f9c27ba9
GitOrigin-RevId: fe2ecaf706a5907b5e54d979fbde4924d84b65fc
11 lines
307 B
Nix
11 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 = "v4.1.2";
|
|
sha256 = "18yzpc2rz9sa04y2sdxzsfkndbqqsfqvji47imwc3yj40l8hciws";
|
|
};
|
|
in applyPatches {
|
|
inherit src;
|
|
patches = [];
|
|
}
|