We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86708f1 + 8ee1fb5 commit ff07decCopy full SHA for ff07dec
pkgs/by-name/ca/cargo-nextest/package.nix
@@ -7,17 +7,17 @@
7
8
rustPlatform.buildRustPackage rec {
9
pname = "cargo-nextest";
10
- version = "0.9.97";
+ version = "0.9.98";
11
12
src = fetchFromGitHub {
13
owner = "nextest-rs";
14
repo = "nextest";
15
rev = "cargo-nextest-${version}";
16
- hash = "sha256-5UhmWewLj3bjtvqyb6FcC1qZQbAutRPXnBi7e/lyArM=";
+ hash = "sha256-JQw3HWRtTFz1XsqyQLN/7YkePT0Th3QLj3D13au2IKc=";
17
};
18
19
useFetchCargoVendor = true;
20
- cargoHash = "sha256-mTKcQ76A++LK+54ChmCUF/7dsubdz7GZpOZUp+afqfQ=";
+ cargoHash = "sha256-rf89X1Y0OD4WmaKRwSV506XASo/te/dlC50iBNKNGAg=";
21
22
cargoBuildFlags = [
23
"-p"
0 commit comments