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.
1 parent e400f93 commit c773cedCopy full SHA for c773ced
1 file changed
pkgs/tools/misc/hyperfine/default.nix
@@ -8,14 +8,14 @@
8
9
rustPlatform.buildRustPackage rec {
10
pname = "hyperfine";
11
- version = "1.16.0";
+ version = "1.16.1";
12
13
src = fetchCrate {
14
inherit pname version;
15
- sha256 = "sha256-cbox7TAgeb0ZPt0i3SphWClAz/mUUgRlFKCOS/E0MT4=";
+ sha256 = "sha256-OdOlFdhIYxBi3e94QAief0xZqVdr+wnbaPFSKJ20DNM=";
16
};
17
18
- cargoSha256 = "sha256-Bc3twE42iB7NNkI5cPcniEb+JcR1wjc9nx80p6HCDVc=";
+ cargoSha256 = "sha256-RgoMq52GkRbfhsBipMKhCSu3YQoOtDB/Fdg+9OPzGtk=";
19
20
nativeBuildInputs = [ installShellFiles ];
21
buildInputs = lib.optional stdenv.isDarwin Security;
0 commit comments