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 = "a756be76b5b3455c17ccc2cb68dd3f32e3140c03";
sha256 = "1y0acq6rbmiw6j7zx3kma7nk60djdvczphms81vln7mdmbsdrd32";
};
in applyPatches {
inherit src;
patches = [];
}