hyperfine: 1.16.0 -> 1.16.1

Changelog: https://github.com/sharkdp/hyperfine/blob/v1.16.1/CHANGELOG.md
This commit is contained in:
figsoda 2023-03-21 16:09:41 -04:00
parent e400f93529
commit c773ced7a2

View file

@ -8,14 +8,14 @@
rustPlatform.buildRustPackage rec {
pname = "hyperfine";
version = "1.16.0";
version = "1.16.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-cbox7TAgeb0ZPt0i3SphWClAz/mUUgRlFKCOS/E0MT4=";
sha256 = "sha256-OdOlFdhIYxBi3e94QAief0xZqVdr+wnbaPFSKJ20DNM=";
};
cargoSha256 = "sha256-Bc3twE42iB7NNkI5cPcniEb+JcR1wjc9nx80p6HCDVc=";
cargoSha256 = "sha256-RgoMq52GkRbfhsBipMKhCSu3YQoOtDB/Fdg+9OPzGtk=";
nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optional stdenv.isDarwin Security;