semantic-release: 24.2.5 -> 24.2.7 (#421091)
This commit is contained in:
@@ -9,16 +9,16 @@
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "semantic-release";
|
||||
version = "24.2.5";
|
||||
version = "24.2.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "semantic-release";
|
||||
repo = "semantic-release";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-WS3hd84vDSH/u7AxtkPL8E1UutUKHzARSzVYOHLlKPU=";
|
||||
hash = "sha256-7BIEb4gQLppa+CXCR+oYPvb/l8UB6ihNh4veBdDG8ac=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-uQWQ+0Ub1piW/BATHrrWfzjv10/f2fyVL5JwDF1NdqM=";
|
||||
npmDepsHash = "sha256-ODu8foiTtU7bsaVL/ri4eCwpcyg/7CdSGtyPsA/myxU=";
|
||||
|
||||
dontNpmBuild = true;
|
||||
|
||||
@@ -40,5 +40,7 @@ buildNpmPackage rec {
|
||||
homepage = "https://semantic-release.gitbook.io/semantic-release/";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.sestrella ];
|
||||
# https://hydra.nixos.org/job/nixpkgs/trunk/semantic-release.aarch64-linux
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user