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

cargo-llvm-cov: 0.5.25 -> 0.5.26
This commit is contained in:
Mario Rodas 2023-08-12 15:46:43 -05:00 committed by GitHub
commit 8109dc5f4d
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.25";
version = "0.5.26";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-4ctwvDLluJsLWJPInoFGqxmEzlEuBtEJb3/x+q/5pDA=";
sha256 = "sha256-CDf0O8xp4mEkpyQ90IhPAFoL7/fvOsKnrta0gEisl+Y=";
};
cargoSha256 = "sha256-QghbQYfoCd+ppNz/g5NlCnrFYpsjesQlcgMCEKUgN2k=";
cargoSha256 = "sha256-Uh/k8TaoVz9ZjX1x1DWTLIzIoFyOuMrBrjA20U5+Tbk=";
# skip tests which require llvm-tools-preview
checkFlags = [