2021-02-13 14:23:35 +00:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
2023-07-15 17:15:38 +00:00
|
|
|
{ fetchFromGitHub, applyPatches }: let
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "mastodon";
|
|
|
|
repo = "mastodon";
|
2023-08-04 22:07:22 +00:00
|
|
|
rev = "v4.1.6";
|
|
|
|
hash = "sha256-UjTN9vEuZX9tDeHnW41TEZtnchNu2IOleHPisrv18Qk=";
|
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
|
|
|
}
|