2019-05-02 15:50:28 +01:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
|
|
|
{ fetchgit, applyPatches }: let
|
|
|
|
src = fetchgit {
|
2022-03-30 15:13:03 +01:00
|
|
|
url = "https://github.com/mastodon/mastodon.git";
|
2022-04-08 23:57:24 +01:00
|
|
|
rev = "v3.5.1";
|
|
|
|
sha256 = "0n6ml245jdc2inzw7jwhxbqlfkp5bs61kslyy71ww6a29ndd6hv0";
|
2019-05-02 15:50:28 +01:00
|
|
|
};
|
|
|
|
in applyPatches {
|
|
|
|
inherit src;
|
2022-03-20 23:35:17 +00:00
|
|
|
patches = [];
|
2019-05-02 15:50:28 +01:00
|
|
|
}
|