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";
2023-07-27 18:14:07 +00:00
rev = "76ba33f94b74b03178c92bb3b6537d645d7f08c5";
sha256 = "0nziinzc0w840w5axqvsgcxcm5jqnj4hz2l0zj0kxsiqn2drgqxv";
2023-04-30 10:49:28 +00:00
};
in applyPatches {
inherit src;
patches = [];
}