Skip to content

Commit

Permalink
Merge pull request #308773 from r-ryantm/auto-update/nh
Browse files Browse the repository at this point in the history
nh: 3.5.13 -> 3.5.14
  • Loading branch information
drupol authored May 3, 2024
2 parents eba1ebd + 448ac53 commit 5c95d72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/nh/nh/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
, nix-output-monitor
}:
let
version = "3.5.13";
version = "3.5.14";
runtimeDeps = [ nvd nix-output-monitor ];
in
rustPlatform.buildRustPackage {
Expand All @@ -21,7 +21,7 @@ rustPlatform.buildRustPackage {
owner = "viperML";
repo = "nh";
rev = "refs/tags/v${version}";
hash = "sha256-lTy5gmB3dJZJKag2uuuxXvZCAt/RhLnI0jbIicBJfCo=";
hash = "sha256-4vXLHDj6TnEXjJIzEcToHQ+6Rp4EnMpOFHQ3Ypymh0s=";
};

strictDeps = true;
Expand All @@ -47,7 +47,7 @@ rustPlatform.buildRustPackage {
--prefix PATH : ${lib.makeBinPath runtimeDeps}
'';

cargoHash = "sha256-X8+GmPFxvgeNxMuOacoCUCgdZ/+N4mwQFMUtvO1E998=";
cargoHash = "sha256-A2AFlm6Qs7IuR6LedapWx4RL0Ae5E7eSBJSMXjrONHE=";

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

Expand Down

0 comments on commit 5c95d72

Please sign in to comment.