2019-05-02 16:50:28 +02:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
2023-06-20 23:36:06 +02:00
|
|
|
{ fetchFromGitHub, applyPatches }: let
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "mastodon";
|
|
|
|
repo = "mastodon";
|
2023-07-07 22:29:36 +02:00
|
|
|
rev = "v4.1.4";
|
|
|
|
sha256 = "8ULBO8IdwBzC5dgX3netTHbbRrODX4CropWZWtqWHZw=";
|
2019-05-02 16:50:28 +02:00
|
|
|
};
|
|
|
|
in applyPatches {
|
|
|
|
inherit src;
|
2023-04-04 15:18:02 +02:00
|
|
|
patches = [];
|
2019-05-02 16:50:28 +02:00
|
|
|
}
|