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

cargo-llvm-cov: 0.5.11 -> 0.5.13

authored by

Mario Rodas and committed by
GitHub
cb812d1e 9764060c

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-llvm-cov/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "cargo-llvm-cov"; 9 - version = "0.5.11"; 10 11 src = fetchzip { 12 url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz"; 13 - sha256 = "sha256-ygjCVpstU+gKcO85bzU9O3/2mFE885zkGwhAtlhjtVA="; 14 }; 15 - cargoSha256 = "sha256-WT609RDA1/UKRMniBpBF2UU36u4MeQH0PV0TzTQDWo0="; 16 17 # skip tests which require llvm-tools-preview 18 checkFlags = [
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "cargo-llvm-cov"; 9 + version = "0.5.13"; 10 11 src = fetchzip { 12 url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz"; 13 + sha256 = "sha256-kgs5WvawX2YvahE7hrheA3CHhcON+yrxMlv/nDAwDIw="; 14 }; 15 + cargoSha256 = "sha256-qaFUMP37qvvNndBhypxC8ZExJExUQFAca7I/mlxKezE="; 16 17 # skip tests which require llvm-tools-preview 18 checkFlags = [