Merge pull request #115897 from r-ryantm/auto-update/cargo-criterion

cargo-criterion: 1.0.0 -> 1.0.1
This commit is contained in:
Ryan Mulligan 2021-03-14 07:48:39 -07:00 committed by GitHub
commit 2a04019f3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-criterion"; pname = "cargo-criterion";
version = "1.0.0"; version = "1.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bheisler"; owner = "bheisler";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0czagclrn4yhlvlh06wsyiybz69r7mmk3182fywzn9vd0xlclxpi"; sha256 = "sha256-NiuK+PexfF2wmA8drqqkv/RQlVwYLT3q2QWvV0ghJwg=";
}; };
cargoSha256 = "sha256-XZuZ81hB/GQDopJyfSkxQiehSwJz7VWoJR6/m3WLil8="; cargoSha256 = "sha256-A6Kkm/4MSAEJfehA6zSQJU+JwVIhKPcfMZCO9S6Zyx4=";
meta = with lib; { meta = with lib; {
description = "Cargo extension for running Criterion.rs benchmarks"; description = "Cargo extension for running Criterion.rs benchmarks";