semantic-release: 24.2.4 -> 24.2.5 (#411309)

This commit is contained in:
Wolfgang Walther 2025-06-01 16:18:20 +00:00 committed by GitHub
commit 160fb89ff3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,16 +9,16 @@
buildNpmPackage rec { buildNpmPackage rec {
pname = "semantic-release"; pname = "semantic-release";
version = "24.2.4"; version = "24.2.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "semantic-release"; owner = "semantic-release";
repo = "semantic-release"; repo = "semantic-release";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-nQfHgVQ2Daa9CTiHCzd8XRuxAXL/jOG7KBfoZZWAaNo="; hash = "sha256-WS3hd84vDSH/u7AxtkPL8E1UutUKHzARSzVYOHLlKPU=";
}; };
npmDepsHash = "sha256-T+U9FKYa6VUIOLYOYwCBs0B53vgNlTYXZLJm+YwfWu4="; npmDepsHash = "sha256-uQWQ+0Ub1piW/BATHrrWfzjv10/f2fyVL5JwDF1NdqM=";
dontNpmBuild = true; dontNpmBuild = true;