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

19 lines
503 B
Nix
Raw Normal View History

2023-04-30 10:49:28 +00:00
# This file was generated by pkgs.mastodon.updateScript.
2023-12-17 20:05:44 +00:00
{ fetchFromGitHub, applyPatches, patches ? [] }:
let
version = "8fbaf6711d6d33de2fcc62888a7109993a5c8f24";
in
(
applyPatches {
src = fetchFromGitHub {
owner = "AgathaSorceress";
repo = "mastodon";
rev = "${version}";
hash = "sha256-AVlugSNe55feq3RUiFITU0MWcIr9rNAa1iqPFV3aVPg=";
};
patches = patches ++ [];
}) // {
inherit version;
yarnHash = "sha256-WsPNqV1PC2YjL37qnWfRTj8LaIBUI7+C0cWTfFd7HGo=";
2023-04-30 10:49:28 +00:00
}