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
2024-10-21 09:37:11 +00:00
version = "4.3.1";
2023-09-28 20:29:04 +00:00
in
(
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
2024-10-21 09:37:11 +00:00
hash = "sha256-JlpQGyVPTLcB3RcWMBrmYc1AAUT1JLfS4IDas9ZoWh4=";
};
2023-11-19 18:35:55 +00:00
patches = patches ++ [];
}) // {
2023-09-28 20:29:04 +00:00
inherit version;
2024-10-21 09:37:11 +00:00
yarnHash = "sha256-e5c04M6XplAgaVyldU5HmYMYtY3MAWs+a8Z/BGSyGBg=";
}