2019-05-02 16:50:28 +02:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
|
|
|
{ fetchgit, applyPatches }: let
|
|
|
|
src = fetchgit {
|
2022-03-30 16:13:03 +02:00
|
|
|
url = "https://github.com/mastodon/mastodon.git";
|
2022-11-06 17:44:38 +01:00
|
|
|
rev = "v4.0.2";
|
|
|
|
sha256 = "1szb11bss66yvh8750pzib3r0w1fm9h84sf5daqsnbm871hgzlw0";
|
2019-05-02 16:50:28 +02:00
|
|
|
};
|
|
|
|
in applyPatches {
|
|
|
|
inherit src;
|
2022-03-21 00:35:17 +01:00
|
|
|
patches = [];
|
2019-05-02 16:50:28 +02:00
|
|
|
}
|