mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
cargo-llvm-cov: 0.5.6 -> 0.5.7
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
c0ca5a3efe
commit
6200f8466c
1 changed files with 3 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
|||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "cargo-llvm-cov";
|
||||
version = "0.5.6";
|
||||
version = "0.5.7";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-rxyGVnE6Eq+F/Y9VC5jG0n4pVBWND5E4yIkzdoOcQvM=";
|
||||
sha256 = "sha256-yw3Fv1KmItamja8YLiEQ5kcidjL80hEvxWVIaqA3DP0=";
|
||||
};
|
||||
cargoSha256 = "sha256-rjai+P2LcDjjcneRsccQJIg1VmUDYJnrrHfVhP+4ljk=";
|
||||
cargoSha256 = "sha256-uYeF26MoQudukuzaKgLFQifRCoCairFbQYgznLq5Nm8=";
|
||||
|
||||
# skip tests which require llvm-tools-preview
|
||||
checkFlags = [
|
||||
|
|
Loading…
Reference in a new issue