2019-05-02 14:50:28 +00:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
2023-11-19 18:35:55 +00:00
|
|
|
{ fetchFromGitHub, applyPatches, patches ? [] }:
|
2023-09-28 20:29:04 +00:00
|
|
|
let
|
2024-02-23 22:26:44 +00:00
|
|
|
version = "4.2.8";
|
2023-09-28 20:29:04 +00:00
|
|
|
in
|
2023-08-23 14:26:32 +00:00
|
|
|
(
|
|
|
|
applyPatches {
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "mastodon";
|
|
|
|
repo = "mastodon";
|
|
|
|
rev = "v${version}";
|
2024-02-23 22:26:44 +00:00
|
|
|
hash = "sha256-7/E7iHqJxmYSorXYti7h8EbP7wcOAaD04ToLeU2I/nY=";
|
2023-08-23 14:26:32 +00:00
|
|
|
};
|
2023-11-19 18:35:55 +00:00
|
|
|
patches = patches ++ [];
|
2023-08-23 14:26:32 +00:00
|
|
|
}) // {
|
2023-09-28 20:29:04 +00:00
|
|
|
inherit version;
|
2023-08-23 14:26:32 +00:00
|
|
|
yarnHash = "sha256-qoLesubmSvRsXhKwMEWHHXcpcqRszqcdZgHQqnTpNPE=";
|
2019-05-02 14:50:28 +00:00
|
|
|
}
|