Skip to content

Commit c773ced

Browse files
committed
1 parent e400f93 commit c773ced

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/tools/misc/hyperfine/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
rustPlatform.buildRustPackage rec {
1010
pname = "hyperfine";
11-
version = "1.16.0";
11+
version = "1.16.1";
1212

1313
src = fetchCrate {
1414
inherit pname version;
15-
sha256 = "sha256-cbox7TAgeb0ZPt0i3SphWClAz/mUUgRlFKCOS/E0MT4=";
15+
sha256 = "sha256-OdOlFdhIYxBi3e94QAief0xZqVdr+wnbaPFSKJ20DNM=";
1616
};
1717

18-
cargoSha256 = "sha256-Bc3twE42iB7NNkI5cPcniEb+JcR1wjc9nx80p6HCDVc=";
18+
cargoSha256 = "sha256-RgoMq52GkRbfhsBipMKhCSu3YQoOtDB/Fdg+9OPzGtk=";
1919

2020
nativeBuildInputs = [ installShellFiles ];
2121
buildInputs = lib.optional stdenv.isDarwin Security;

0 commit comments

Comments
 (0)