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 ? [ ] }:
|
2024-02-26 18:08:26 +00:00
|
|
|
let version = "f571dbe35dbc4876f9ca76b3f6d459839c67a2ef";
|
2024-01-30 22:20:45 +00:00
|
|
|
in (applyPatches {
|
|
|
|
src = fetchFromGitHub {
|
|
|
|
owner = "AgathaSorceress";
|
|
|
|
repo = "mastodon";
|
|
|
|
rev = "${version}";
|
2024-02-26 18:08:26 +00:00
|
|
|
sha256 = "3ZJMiciV0muv5j468hEKJUZGDhKcNCJnDFn6ZqKM1F4=";
|
2024-01-30 22:20:45 +00:00
|
|
|
};
|
|
|
|
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
|
|
|
}
|