Merge pull request #184791 from r-ryantm/auto-update/cargo-nextest

cargo-nextest: 0.9.30 -> 0.9.33

authored by figsoda and committed by GitHub 3a5c859d b3e03a8a

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-nextest/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-nextest"; 5 - version = "0.9.30"; 5 + version = "0.9.33"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "nextest-rs"; 9 9 repo = "nextest"; 10 10 rev = "cargo-nextest-${version}"; 11 - sha256 = "sha256-IHMehqvNvUNeqFFgIEHF4tmjpOPqAdj0s+/NeXvgqbs="; 11 + sha256 = "sha256-RWlpco03YKlYv9QaGaySudBUG+rZaKURdgMeqFwrq1E="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-z8lk2+vKYTVPGw+A3NH6FaZNgivvAblAz+OQOHmNoa4="; 14 + cargoSha256 = "sha256-azT4enQOdj2/rznU3fA8tr+4a/mRLj/HNsyDNRYLonM="; 15 15 16 16 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 17 17