2019-05-02 14:50:28 +00:00
|
|
|
# This file was generated by pkgs.mastodon.updateScript.
|
2023-09-27 22:42:07 +00:00
|
|
|
{ fetchFromGitHub, applyPatches }:
|
2023-09-28 20:29:04 +00:00
|
|
|
let
|
2023-08-23 14:26:32 +00:00
|
|
|
version = "4.2.1";
|
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}";
|
|
|
|
hash = "sha256-SM9WdD+xpxo+gfBft9DARV6QjwNbF2Y9McVrrdDT3fw=";
|
|
|
|
};
|
|
|
|
patches = [];
|
|
|
|
}) // {
|
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
|
|
|
}
|