nix-infra/common/pkgs/mastodon/source.nix

16 lines
503 B
Nix

# This file was generated by pkgs.mastodon.updateScript.
{ fetchFromGitHub, applyPatches, patches ? [ ] }:
let version = "e74ef482675e9cb524e5e46d2e6624a2dd922395";
in (applyPatches {
src = fetchFromGitHub {
owner = "AgathaSorceress";
repo = "mastodon";
rev = "${version}";
sha256 = "lcTw8C1KFnl5kUKjdBXFrrx6Nz8hFqvqG8nThQHv0Hs=";
};
patches = patches ++ [ ./yarn-typescript.patch ];
}) // {
inherit version;
yarnHash = "sha256-qE1TBqa3BSEu1MC3Qw/k3h7QEicWd3AwJdA+U1v8924=";
}