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-06-28 17:30:44 +00:00
|
|
|
rev = "1945d414d08a9176361208572bda33b79abd73be";
|
|
|
|
sha256 = "0hbhgdrnibmz4riz680fi7kdfja4550mdmmm0jh7z3n9j6i3ac0j";
|
2023-04-30 10:49:28 +00:00
|
|
|
};
|
|
|
|
in applyPatches {
|
|
|
|
inherit src;
|
|
|
|
patches = [];
|
|
|
|
}
|