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-05-19 15:10:06 +00:00
|
|
|
rev = "03aaee3a6dce9fdc1ca08aeaa7ad0180f3d9db47";
|
|
|
|
sha256 = "10lw2l91viicq47lwsj3nlhc4g3mvcpvfc8rd0jzvvbjyfq7npim";
|
2023-04-30 10:49:28 +00:00
|
|
|
};
|
|
|
|
in applyPatches {
|
|
|
|
inherit src;
|
|
|
|
patches = [];
|
|
|
|
}
|