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.2.8";
2023-09-28 20:29:04 +00:00
in
(
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-7/E7iHqJxmYSorXYti7h8EbP7wcOAaD04ToLeU2I/nY=";
};
2023-11-19 18:35:55 +00:00
patches = patches ++ [];
}) // {
2023-09-28 20:29:04 +00:00
inherit version;
yarnHash = "sha256-qoLesubmSvRsXhKwMEWHHXcpcqRszqcdZgHQqnTpNPE=";
}