Merge pull request #246136 from figsoda/nextest

cargo-nextest: 0.9.54 -> 0.9.55

authored by Nick Cao and committed by GitHub aa04c098 2a4d9389

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-nextest/default.nix
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-nextest"; 5 - version = "0.9.54"; 6 7 src = fetchFromGitHub { 8 owner = "nextest-rs"; 9 repo = "nextest"; 10 rev = "cargo-nextest-${version}"; 11 - hash = "sha256-HkDGW91XDoYMfknPg6td51KTYniCfGtGQd3dkzumRpo="; 12 }; 13 14 - cargoHash = "sha256-McL5G/PtdOou17hWLiNTSJEjTh4YpT1GUPjTMAVNxQA="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 17
··· 2 3 rustPlatform.buildRustPackage rec { 4 pname = "cargo-nextest"; 5 + version = "0.9.55"; 6 7 src = fetchFromGitHub { 8 owner = "nextest-rs"; 9 repo = "nextest"; 10 rev = "cargo-nextest-${version}"; 11 + hash = "sha256-RiQf2cbgAif1bGzjqUBcD+XhHApEp9aGOwnrzqGEOZ4="; 12 }; 13 14 + cargoHash = "sha256-0JSRgsr+9q/K3Pgh/8WXYCnV9DkM5oA8Pw9gJ61ktoM="; 15 16 buildInputs = lib.optionals stdenv.isDarwin [ Security ]; 17