Skip to content

Commit

Permalink
Merge pull request NixOS#314494 from r-ryantm/auto-update/cargo-nextest
Browse files Browse the repository at this point in the history
cargo-nextest: 0.9.70 -> 0.9.72
  • Loading branch information
matthiasbeyer authored May 25, 2024
2 parents e9406a7 + 2891bbd commit 93aa9b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/cargo-nextest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-nextest";
version = "0.9.70";
version = "0.9.72";

src = fetchFromGitHub {
owner = "nextest-rs";
repo = "nextest";
rev = "cargo-nextest-${version}";
hash = "sha256-YTeKcdUszI/0RCAq6Gcakl3hfUSUo3CfVCMod/IPYhw=";
hash = "sha256-FQM1SVzGgmu6HHijP9kKEJPhhzSLs/jo36b4qnx0lb4=";
};

cargoHash = "sha256-FH9ODkK84bPPYyHP4kKcHKWpJ3FV1NC8S/NQFvV63Gw=";
cargoHash = "sha256-2ttG9lPIkLRzDPcDNZjROOIIDhcEHfBvs/DTniZtQUY=";

buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.SystemConfiguration
Expand Down

0 comments on commit 93aa9b2

Please sign in to comment.