Skip to content

Commit ff07dec

Browse files
cargo-nextest: 0.9.97 -> 0.9.98 (#416043)
Co-authored-by: matthiasbeyer <[email protected]>
2 parents 86708f1 + 8ee1fb5 commit ff07dec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ca/cargo-nextest/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77

88
rustPlatform.buildRustPackage rec {
99
pname = "cargo-nextest";
10-
version = "0.9.97";
10+
version = "0.9.98";
1111

1212
src = fetchFromGitHub {
1313
owner = "nextest-rs";
1414
repo = "nextest";
1515
rev = "cargo-nextest-${version}";
16-
hash = "sha256-5UhmWewLj3bjtvqyb6FcC1qZQbAutRPXnBi7e/lyArM=";
16+
hash = "sha256-JQw3HWRtTFz1XsqyQLN/7YkePT0Th3QLj3D13au2IKc=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-mTKcQ76A++LK+54ChmCUF/7dsubdz7GZpOZUp+afqfQ=";
20+
cargoHash = "sha256-rf89X1Y0OD4WmaKRwSV506XASo/te/dlC50iBNKNGAg=";
2121

2222
cargoBuildFlags = [
2323
"-p"

0 commit comments

Comments
 (0)