Skip to content

Commit caeddd0

Browse files
committed
cargo-nextest: 0.9.94 -> 0.9.95
1 parent 6c2e919 commit caeddd0

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.94";
10+
version = "0.9.95";
1111

1212
src = fetchFromGitHub {
1313
owner = "nextest-rs";
1414
repo = "nextest";
1515
rev = "cargo-nextest-${version}";
16-
hash = "sha256-r1Q4/CQwu4FRiymKacmg9SfM/sqagtzNF904TbjaB4c=";
16+
hash = "sha256-OtCFehXzcdE8kBUkDg8y5ygTOtH2eP5aMzTpugDSg/E=";
1717
};
1818

1919
useFetchCargoVendor = true;
20-
cargoHash = "sha256-OXxmJcARh94lYxlRgv1fCCifYJwrWaQ21UxRNWI2yFw=";
20+
cargoHash = "sha256-nrRq5ET++jplx5argN04Ax+HTE6VqvBhnSsS/ZFNYr8=";
2121

2222
cargoBuildFlags = [
2323
"-p"

0 commit comments

Comments
 (0)