cargo-nextest: 0.9.20 -> 0.9.22

main
R. Ryantm 2 years ago committed by Yt
parent 7ac6886d86
commit 3c2ece4a30
  1. 6
      pkgs/development/tools/rust/cargo-nextest/default.nix

@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-nextest";
version = "0.9.20";
version = "0.9.22";
src = fetchFromGitHub {
owner = "nextest-rs";
repo = "nextest";
rev = "cargo-nextest-${version}";
sha256 = "sha256-dsXjoXoFliaALA/tz8/QqC5FpapE/E9nNMJYgvkI+nw=";
sha256 = "sha256-so9h6bpQzGMVwXI4qGHOJGbX7hnd9tllPGJcRvtIiIU=";
};
cargoSha256 = "sha256-3aooeKfQtElWuGtdh0gYvdm62Cm7IhebsintQgOi1Mo=";
cargoSha256 = "sha256-rbrJPEMOFq37U+0uL5NIqithQAdjO8J6TDwr5vdfT50=";
cargoTestFlags = [ # TODO: investigate some more why these tests fail in nix
"--"

Loading…
Cancel
Save