nixpkgs/pkgs/servers/mastodon/source.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
462 B
Nix
Raw Normal View History

# This file was generated by pkgs.mastodon.updateScript.
2023-11-19 18:35:55 +00:00
{ fetchFromGitHub, applyPatches, patches ? [] }:
2023-09-28 20:29:04 +00:00
let
version = "4.3.0";
2023-09-28 20:29:04 +00:00
in
(
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-nZtxildQmT/7JMCTx89ZSWxb9I7xMLGHTJv7v4gfdd4=";
};
2023-11-19 18:35:55 +00:00
patches = patches ++ [];
}) // {
2023-09-28 20:29:04 +00:00
inherit version;
yarnHash = "sha256-V/kBkxv6akTyzlFzdR1F53b7RD0NYtap58Xt5yOAbYA=";
}