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-03 11:47:01 +00:00
|
|
|
rev = "a756be76b5b3455c17ccc2cb68dd3f32e3140c03";
|
|
|
|
sha256 = "1y0acq6rbmiw6j7zx3kma7nk60djdvczphms81vln7mdmbsdrd32";
|
2023-04-30 10:49:28 +00:00
|
|
|
};
|
|
|
|
in applyPatches {
|
|
|
|
inherit src;
|
|
|
|
patches = [];
|
|
|
|
}
|