lol

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

cargo-nextest: 0.9.33 -> 0.9.34

authored by

figsoda and committed by
GitHub
dfe66788 6e9bf325

+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.33"; 5 + version = "0.9.34"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "nextest-rs"; 9 9 repo = "nextest"; 10 10 rev = "cargo-nextest-${version}"; 11 - sha256 = "sha256-RWlpco03YKlYv9QaGaySudBUG+rZaKURdgMeqFwrq1E="; 11 + sha256 = "sha256-lGsQcOK/sm6/EEgB/o/zVWJfjIUppH08s/gwqejzS+U="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-azT4enQOdj2/rznU3fA8tr+4a/mRLj/HNsyDNRYLonM="; 14 + cargoSha256 = "sha256-lj8spttijptuC1y3MfKBAQ3SAKW3D5tOmI8+1+wsWE0="; 15 15 16 16 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 17 17