Merge pull request #246085 from matthiasbeyer/update-cargo-llvm-cov

cargo-llvm-cov: 0.5.23 -> 0.5.24
This commit is contained in:
Nick Cao 2023-07-29 18:55:50 -06:00 committed by GitHub
commit 4779ff3634
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,13 +6,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-llvm-cov";
version = "0.5.23";
version = "0.5.24";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-sAuarLfvgX6qjZV2eum3+wY5gRiCbRSbJUBgFIHd8y0=";
sha256 = "sha256-Woayb/SgSCHwYYYezQXsna9N0Jot0/iga+jrOhjsSvc=";
};
cargoSha256 = "sha256-gGzVQqPHvjERvQV2Yo3wFP7n/w3atuLrHSch1CWui4I=";
cargoSha256 = "sha256-8rP/wtDFH7hL3jt/QpWqriRwxlm0E2QvIqbCLiN7ZiM=";
# skip tests which require llvm-tools-preview
checkFlags = [