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
463 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 21:29:04 +01:00
let
version = "4.2.13";
2023-09-28 21:29:04 +01:00
in
(
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-+HGu02fjYJ1x6Tk9AdqmFN7JHk3UnlvCdiQ/5yMu69M=";
};
2023-11-19 18:35:55 +00:00
patches = patches ++ [];
}) // {
2023-09-28 21:29:04 +01:00
inherit version;
yarnHash = "sha256-qoLesubmSvRsXhKwMEWHHXcpcqRszqcdZgHQqnTpNPE=";
}