2021-02-13 14:23:35 +00:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
2024-01-02 11:29:13 +00:00
|
|
|
{ fetchFromGitHub, applyPatches, patches ? [] }:
|
2023-10-09 19:29:22 +00:00
|
|
|
let
|
2024-10-11 05:15:48 +00:00
|
|
|
version = "4.3.0";
|
2023-10-09 19:29:22 +00:00
|
|
|
in
|
2023-11-16 04:20:00 +00:00
|
|
|
(
|
|
|
|
applyPatches {
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "mastodon";
|
|
|
|
repo = "mastodon";
|
|
|
|
rev = "v${version}";
|
2024-10-11 05:15:48 +00:00
|
|
|
hash = "sha256-nZtxildQmT/7JMCTx89ZSWxb9I7xMLGHTJv7v4gfdd4=";
|
2023-11-16 04:20:00 +00:00
|
|
|
};
|
2024-01-02 11:29:13 +00:00
|
|
|
patches = patches ++ [];
|
2023-11-16 04:20:00 +00:00
|
|
|
}) // {
|
2023-10-09 19:29:22 +00:00
|
|
|
inherit version;
|
2024-10-11 05:15:48 +00:00
|
|
|
yarnHash = "sha256-V/kBkxv6akTyzlFzdR1F53b7RD0NYtap58Xt5yOAbYA=";
|
2021-02-13 14:23:35 +00:00
|
|
|
}
|