mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 17:23:34 +00:00
cargo-nextest: 0.9.79 -> 0.9.81 (#350869)
This commit is contained in:
commit
8520de7146
@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-nextest";
|
pname = "cargo-nextest";
|
||||||
version = "0.9.79";
|
version = "0.9.81";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nextest-rs";
|
owner = "nextest-rs";
|
||||||
repo = "nextest";
|
repo = "nextest";
|
||||||
rev = "cargo-nextest-${version}";
|
rev = "cargo-nextest-${version}";
|
||||||
hash = "sha256-bP7tOhmfcfAtgL5d/G/B+ZgWeE8Q7f0A09XundTrU3g=";
|
hash = "sha256-Onvi/q173af1W3wzrlrU909mfQ6bCC4csp2B4UqDsnM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoHash = "sha256-dprzi/VRzJBBkZ3xNSYLNAnwdyY+m8wVZbyv41p6v+I=";
|
cargoHash = "sha256-sfjpTj+XSnxweZMlASe24qGAJZ4gazs0O7JENiu/U+g=";
|
||||||
|
|
||||||
cargoBuildFlags = [ "-p" "cargo-nextest" ];
|
cargoBuildFlags = [ "-p" "cargo-nextest" ];
|
||||||
cargoTestFlags = [ "-p" "cargo-nextest" ];
|
cargoTestFlags = [ "-p" "cargo-nextest" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user