Skip to content

Commit 0dc933a

Browse files
authored
nh: 3.5.25 -> 3.5.26 (#342482)
2 parents fdc8a54 + 31a736d commit 0dc933a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/nh/nh/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
, nix-output-monitor
1111
}:
1212
let
13-
version = "3.5.25";
13+
version = "3.5.26";
1414
runtimeDeps = [ nvd nix-output-monitor ];
1515
in
1616
rustPlatform.buildRustPackage {
@@ -21,7 +21,7 @@ rustPlatform.buildRustPackage {
2121
owner = "viperML";
2222
repo = "nh";
2323
rev = "refs/tags/v${version}";
24-
hash = "sha256-dCfl8q5dg8euqD6NzsN4CLyY6KxmglCU9yJtSKYk+KU=";
24+
hash = "sha256-p38Uini6lChBCF0mZndHXTAy7ZH/OQLY696BFCHg92g=";
2525
};
2626

2727
strictDeps = true;
@@ -47,7 +47,7 @@ rustPlatform.buildRustPackage {
4747
--prefix PATH : ${lib.makeBinPath runtimeDeps}
4848
'';
4949

50-
cargoHash = "sha256-vCJ8Y1wXrgd4tft+VVguDI9RO+Wb6QRqIeQL3qbrRdI=";
50+
cargoHash = "sha256-ejjgtjDNB7XBKi83R48xG3HLhTmm26Sdqdgh0xRVtNA=";
5151

5252
passthru.updateScript = nix-update-script { };
5353

0 commit comments

Comments
 (0)