nh: 3.5.15 -> 3.5.16

This commit is contained in:
R. Ryantm 2024-06-03 04:55:13 +00:00
parent df2577c6a4
commit 0d2e99132d

View File

@ -10,7 +10,7 @@
, nix-output-monitor , nix-output-monitor
}: }:
let let
version = "3.5.15"; version = "3.5.16";
runtimeDeps = [ nvd nix-output-monitor ]; runtimeDeps = [ nvd nix-output-monitor ];
in in
rustPlatform.buildRustPackage { rustPlatform.buildRustPackage {
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage {
owner = "viperML"; owner = "viperML";
repo = "nh"; repo = "nh";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-1mE4ZXGAMZl2Mufr47y+2UMDHBelqsvChaCsQDK3m70="; hash = "sha256-uAoD6tW1lSMt5X6hzouZ1qWzImmg4VAMy663BLcOALs=";
}; };
strictDeps = true; strictDeps = true;
@ -47,7 +47,7 @@ rustPlatform.buildRustPackage {
--prefix PATH : ${lib.makeBinPath runtimeDeps} --prefix PATH : ${lib.makeBinPath runtimeDeps}
''; '';
cargoHash = "sha256-5BazSJGsafSl0eE7GOWw2SrVgC3k1tlrLiIFIpC51/o="; cargoHash = "sha256-610gS1T7i5rBEWeWzolRz/mUTGw5EJf1B68CWc4gkm4=";
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };