Skip to content

Commit a4d5de5

Browse files
authored
semantic-release: 24.2.0 -> 24.2.1 (NixOS#370786)
2 parents a071035 + 3e7223a commit a4d5de5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/se/semantic-release/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99

1010
buildNpmPackage rec {
1111
pname = "semantic-release";
12-
version = "24.2.0";
12+
version = "24.2.1";
1313

1414
src = fetchFromGitHub {
1515
owner = "semantic-release";
1616
repo = "semantic-release";
1717
rev = "v${version}";
18-
hash = "sha256-0FQtTzU7sC9rIVGMyPPK0CP9/LPrCwZcmHV6/rJ7ukU=";
18+
hash = "sha256-E2OgtGVkACa7YWbS+lhWR/nBP9ED7FjFJsK37ntPPo4=";
1919
};
2020

21-
npmDepsHash = "sha256-B7QHYLupai0Av8M7UwUrw1eBBhsYrYBtevTwMI27abo=";
21+
npmDepsHash = "sha256-P6rxNaI125EqgXvZtMrcx38x6l0wOHQno7ojV+VFOkQ=";
2222

2323
dontNpmBuild = true;
2424

0 commit comments

Comments
 (0)