nix-infra/common/pkgs/mastodon/source.nix

12 lines
348 B
Nix
Raw Normal View History

2023-04-30 10:49:28 +00:00
# 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 = [];
}