nix-infra/common/pkgs/mastodon/source.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 = "03aaee3a6dce9fdc1ca08aeaa7ad0180f3d9db47";
sha256 = "10lw2l91viicq47lwsj3nlhc4g3mvcpvfc8rd0jzvvbjyfq7npim";
};
in applyPatches {
inherit src;
patches = [];
}