semantic-release: 24.2.7 -> 24.2.8 (#441960)

This commit is contained in:
Nick Cao
2025-09-11 19:50:13 +00:00
committed by GitHub
+3 -3
View File
@@ -9,16 +9,16 @@
buildNpmPackage rec {
pname = "semantic-release";
version = "24.2.7";
version = "24.2.8";
src = fetchFromGitHub {
owner = "semantic-release";
repo = "semantic-release";
rev = "v${version}";
hash = "sha256-7BIEb4gQLppa+CXCR+oYPvb/l8UB6ihNh4veBdDG8ac=";
hash = "sha256-blPpIVL1bg8u7vnZo+XRvVPOv8UAmwtt7Rl1h3XC1L8=";
};
npmDepsHash = "sha256-ODu8foiTtU7bsaVL/ri4eCwpcyg/7CdSGtyPsA/myxU=";
npmDepsHash = "sha256-XvZpyDEUMDj4TvjDsDhWiyJHiy+14mWgTghXeFP+vBM=";
dontNpmBuild = true;