Files

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

24 lines
524 B
Nix
Raw Permalink Normal View History

2025-10-09 14:15:47 +02:00
# This file was generated by pkgs.mastodon.updateScript.
{
fetchFromGitHub,
applyPatches,
patches ? [ ],
}:
let
version = "4.4.5";
in
applyPatches {
src = fetchFromGitHub {
owner = "mastodon";
repo = "mastodon";
rev = "v${version}";
hash = "sha256-+URMSqjdtxYHoVHXWzeIHETOlAs1WU+VxSQBVIEdhjI=";
passthru = {
inherit version;
yarnHash = "sha256-K1EqeLi4dWnaLIaUU5apxE5ZOM98XBn6KTHWTkPLWE0=";
yarnMissingHashes = ./missing-hashes.json;
};
};
patches = patches ++ [ ];
}