We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a071035 + 3e7223a commit a4d5de5Copy full SHA for a4d5de5
pkgs/by-name/se/semantic-release/package.nix
@@ -9,16 +9,16 @@
9
10
buildNpmPackage rec {
11
pname = "semantic-release";
12
- version = "24.2.0";
+ version = "24.2.1";
13
14
src = fetchFromGitHub {
15
owner = "semantic-release";
16
repo = "semantic-release";
17
rev = "v${version}";
18
- hash = "sha256-0FQtTzU7sC9rIVGMyPPK0CP9/LPrCwZcmHV6/rJ7ukU=";
+ hash = "sha256-E2OgtGVkACa7YWbS+lhWR/nBP9ED7FjFJsK37ntPPo4=";
19
};
20
21
- npmDepsHash = "sha256-B7QHYLupai0Av8M7UwUrw1eBBhsYrYBtevTwMI27abo=";
+ npmDepsHash = "sha256-P6rxNaI125EqgXvZtMrcx38x6l0wOHQno7ojV+VFOkQ=";
22
23
dontNpmBuild = true;
24
0 commit comments