From 6672ae61c1e054c679e9659f7cead4b56fa60b42 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 4 Jun 2023 09:41:38 -0400 Subject: [PATCH] hyperfine: 0.17.0 -> 1.17.0 Diff: https://github.com/sharkdp/hyperfine/compare/v0.17.0...v1.17.0 Changelog: https://github.com/sharkdp/hyperfine/blob/v1.17.0/CHANGELOG.md --- pkgs/tools/misc/hyperfine/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/misc/hyperfine/default.nix b/pkgs/tools/misc/hyperfine/default.nix index 2acff9bb5eb..e37033839c8 100644 --- a/pkgs/tools/misc/hyperfine/default.nix +++ b/pkgs/tools/misc/hyperfine/default.nix @@ -8,7 +8,7 @@ rustPlatform.buildRustPackage rec { pname = "hyperfine"; - version = "0.17.0"; + version = "1.17.0"; src = fetchFromGitHub { owner = "sharkdp"; @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec { hash = "sha256-IUjOklkEiy/U2HjjMt1X1uSpIkTAYOPiPQ+70xvvxKA="; }; - cargoHash = "sha256-cm6opZrdSEY4qsYQzgCJ8wx6iIIuytySWh3F3Roo/JQ="; + cargoHash = "sha256-VjkcQueBODEADHdWOts2f3Zjar43hi0UXzVhvkK4o8I="; nativeBuildInputs = [ installShellFiles ]; buildInputs = lib.optional stdenv.isDarwin Security;