2021-02-13 14:23:35 +00:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
|
|
|
{ fetchgit, applyPatches }: let
|
|
|
|
src = fetchgit {
|
2022-04-03 18:54:34 +00:00
|
|
|
url = "https://github.com/mastodon/mastodon.git";
|
2023-02-16 17:41:37 +00:00
|
|
|
rev = "v4.1.0";
|
|
|
|
sha256 = "00nc80s1hz4sdpq81hsv2r9da3bjn4lgwpk7w24zy2016iwjjwbb";
|
2021-02-13 14:23:35 +00:00
|
|
|
};
|
|
|
|
in applyPatches {
|
|
|
|
inherit src;
|
2022-04-03 18:54:34 +00:00
|
|
|
patches = [];
|
2021-02-13 14:23:35 +00:00
|
|
|
}
|