mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
19 lines
462 B
Nix
19 lines
462 B
Nix
# This file was generated by pkgs.mastodon.updateScript.
|
|
{ fetchFromGitHub, applyPatches, patches ? [] }:
|
|
let
|
|
version = "4.2.3";
|
|
in
|
|
(
|
|
applyPatches {
|
|
src = fetchFromGitHub {
|
|
owner = "mastodon";
|
|
repo = "mastodon";
|
|
rev = "v${version}";
|
|
hash = "sha256-e8O4kxsrHf+wEtl4S57xIL1VEvhUSjyCbmz4r9p8Zhw=";
|
|
};
|
|
patches = patches ++ [];
|
|
}) // {
|
|
inherit version;
|
|
yarnHash = "sha256-qoLesubmSvRsXhKwMEWHHXcpcqRszqcdZgHQqnTpNPE=";
|
|
}
|