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

cargo-llvm-cov: 0.5.27 -> 0.5.28
This commit is contained in:
Nick Cao 2023-08-23 17:02:03 +08:00 committed by GitHub
commit 190bf6061b
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.27";
version = "0.5.28";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-c48JHEziyrNGfnPk9MB++9jlOtDp/80XYelqQXi7Rfs=";
sha256 = "sha256-B+tyDVb/tSuxQAK8x5cEw+Y7Y5IXD+jkr0FeqiDY+g8=";
};
cargoSha256 = "sha256-ztF+txw6WAtpfiN1/zBzKw8jVjyf4YMHx3EfkGXSi4c=";
cargoSha256 = "sha256-lGaMws7Z7qIWkQlfnSnN9cqRojBuxWp81nMAlBXAWEM=";
# skip tests which require llvm-tools-preview
checkFlags = [