Skip to content

Commit

Permalink
hyperfine: 1.16.0 -> 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
figsoda committed Mar 21, 2023
1 parent e400f93 commit c773ced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/hyperfine/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c773ced

Please sign in to comment.