From 67442c1394f2a09027f01c1c82e1f88ca0f5c1ea Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 14 Jul 2023 12:01:47 -0400 Subject: [PATCH] critcmp: 0.1.7 -> 0.1.8 Diff: https://github.com/BurntSushi/critcmp/compare/0.1.7...0.1.8 --- pkgs/development/tools/rust/critcmp/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/rust/critcmp/default.nix b/pkgs/development/tools/rust/critcmp/default.nix index da387daeb950..dd735f1adc49 100644 --- a/pkgs/development/tools/rust/critcmp/default.nix +++ b/pkgs/development/tools/rust/critcmp/default.nix @@ -5,16 +5,16 @@ rustPlatform.buildRustPackage rec { pname = "critcmp"; - version = "0.1.7"; + version = "0.1.8"; src = fetchFromGitHub { owner = "BurntSushi"; repo = "critcmp"; rev = version; - hash = "sha256-B9unlodAhdmRogHX7tqky320xpaUG2p8nRZS7uGOXGY="; + hash = "sha256-cf78R9siH0RFbx+vXTs71VblpsQokL6Uo32N3X4lV2I="; }; - cargoHash = "sha256-Y1vfUOwCWAjMnNlm40XM9sQvooVtnGETTpIIsN/HTOU="; + cargoHash = "sha256-yzWa+/08tG8h+5V8XBc3k8GDivS6SHW6zVb+ug1sbE0="; meta = with lib; { description = "A command line tool for comparing benchmarks run by Criterion";