Unverified Commit 3a37ceb2 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

cargo-nextest: 0.9.99 -> 0.9.100 (#424222)

parents 6acc670e 42bdf169
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cargo-nextest";
  version = "0.9.99";
  version = "0.9.100";

  src = fetchFromGitHub {
    owner = "nextest-rs";
    repo = "nextest";
    rev = "cargo-nextest-${version}";
    hash = "sha256-I1m4dURisTa4qwUilb8s8bvTsfMSodbZQxRlNDViFeM=";
    hash = "sha256-MbgX/n6TC5hz66gvRAc7A0xFWbF2Ec68gMxCgPFpeoQ=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-f75yHVvxC+QhNmn1PUafviONLjrXhcNmMitFU06yAaQ=";
  cargoHash = "sha256-jRBFjJB38JI9whFpImYlMx0znQj1+cdeu4Nc+nYc7OI=";

  cargoBuildFlags = [
    "-p"