mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
25 lines
509 B
Nix
25 lines
509 B
Nix
# This file was generated by pkgs.mastodon.updateScript.
|
|
{
|
|
fetchFromGitHub,
|
|
applyPatches,
|
|
patches ? [ ],
|
|
}:
|
|
let
|
|
version = "4.3.11";
|
|
in
|
|
applyPatches {
|
|
src = fetchFromGitHub {
|
|
owner = "mastodon";
|
|
repo = "mastodon";
|
|
rev = "v${version}";
|
|
hash = "sha256-21f1k6YvpB9YG/4nhobDsYG+vbWbv49+H4nI7eRKzc8=";
|
|
|
|
passthru = {
|
|
inherit version;
|
|
yarnHash = "sha256-IC4d/skIHEzJPuKlq4rMAqV+ydqquA6toq4WWCfuDxo=";
|
|
yarnMissingHashes = null;
|
|
};
|
|
};
|
|
patches = patches ++ [ ];
|
|
}
|