cargo-llvm-cov: 0.5.13 -> 0.5.15
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
e24c4f8cbb
commit
a5850e496d
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-llvm-cov";
|
pname = "cargo-llvm-cov";
|
||||||
version = "0.5.13";
|
version = "0.5.14";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz";
|
url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz";
|
||||||
sha256 = "sha256-kgs5WvawX2YvahE7hrheA3CHhcON+yrxMlv/nDAwDIw=";
|
sha256 = "sha256-J1oG1lnpdLYBLmBK8UcLhM6xr9q53FDkjM3ihYthznY=";
|
||||||
};
|
};
|
||||||
cargoSha256 = "sha256-qaFUMP37qvvNndBhypxC8ZExJExUQFAca7I/mlxKezE=";
|
cargoSha256 = "sha256-4noIfJifszGI5PlvZf8ZkDRuXsGBX+Io2H0blrE0vy4=";
|
||||||
|
|
||||||
# skip tests which require llvm-tools-preview
|
# skip tests which require llvm-tools-preview
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
|
|
Loading…
Reference in a new issue