2019-05-02 16:50:28 +02:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
|
|
|
{ fetchgit, applyPatches }: let
|
|
|
|
src = fetchgit {
|
|
|
|
url = "https://github.com/tootsuite/mastodon.git";
|
2022-02-03 14:13:43 +01:00
|
|
|
rev = "v3.4.6";
|
|
|
|
sha256 = "1lg25m6wsnb7iabbn1vpvn85csv6ywyvcm0ji6d8iq7wwgyq77xs";
|
2019-05-02 16:50:28 +02:00
|
|
|
};
|
|
|
|
in applyPatches {
|
|
|
|
inherit src;
|
2022-03-20 20:18:19 +01:00
|
|
|
patches = [ ];
|
2019-05-02 16:50:28 +02:00
|
|
|
}
|