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