cargo-llvm-cov: 0.5.5 -> 0.5.6

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2023-01-11 14:53:38 +01:00
parent 61305872f6
commit c0ca5a3efe
No known key found for this signature in database

View file

@ -6,13 +6,13 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-llvm-cov";
version = "0.5.5";
version = "0.5.6";
src = fetchzip {
url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz";
sha256 = "sha256-L+byatz2Pq30+Gw0lq1/7Q1FJXi6z+J/nhySFBAfoMo=";
sha256 = "sha256-rxyGVnE6Eq+F/Y9VC5jG0n4pVBWND5E4yIkzdoOcQvM=";
};
cargoSha256 = "sha256-/8kza5fW23UYlebchYtgo2GU8M7LXNXSKV2dQ6xZllw=";
cargoSha256 = "sha256-rjai+P2LcDjjcneRsccQJIg1VmUDYJnrrHfVhP+4ljk=";
# skip tests which require llvm-tools-preview
checkFlags = [