2023-04-30 10:49:28 +00:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
2024-01-30 22:20:45 +00:00
|
|
|
{ fetchFromGitHub, applyPatches, patches ? [ ] }:
|
|
|
|
let version = "4615ff9a14d80753ebbae8eb6174d43f553241ad";
|
|
|
|
in (applyPatches {
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "AgathaSorceress";
|
|
|
|
repo = "mastodon";
|
|
|
|
rev = "${version}";
|
|
|
|
sha256 = "bTjyeZbxdkAtLb63jBgNUKhlnXY0KIpGAN0YCglcT5E=";
|
|
|
|
};
|
|
|
|
patches = patches ++ [ ./yarn-typescript.patch ];
|
|
|
|
}) // {
|
2023-12-17 20:05:44 +00:00
|
|
|
inherit version;
|
2024-01-30 22:20:45 +00:00
|
|
|
yarnHash = "sha256-qE1TBqa3BSEu1MC3Qw/k3h7QEicWd3AwJdA+U1v8924=";
|
2023-04-30 10:49:28 +00:00
|
|
|
}
|