12 lines
348 B
Nix
12 lines
348 B
Nix
# This file was generated by pkgs.mastodon.updateScript.
|
|
{ fetchgit, applyPatches }: let
|
|
src = fetchgit {
|
|
url = "https://github.com/AgathaSorceress/mastodon.git";
|
|
rev = "dba9fc96761d19f65b519792cd469c3a1859d1db";
|
|
sha256 = "0qismh128j16b0vfq9jfc37i68xnmbza066r5r4ynrgfyrcfzsdk";
|
|
};
|
|
in applyPatches {
|
|
inherit src;
|
|
patches = [];
|
|
}
|