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

cargo-llvm-cov: 0.5.4 -> 0.5.5

authored by

figsoda and committed by
GitHub
45affef7 4a816568

+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.4"; 10 11 src = fetchzip { 12 url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz"; 13 - sha256 = "sha256-xBWp9+Vv1Ho63WWlvbvLU+h0dh5CpUamlRQtmX6rOeY="; 14 }; 15 - cargoSha256 = "sha256-GKrqB6BtRbhtOlD2YeEMh6aqblPNEJjkR+tAsSpOFig="; 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.5"; 10 11 src = fetchzip { 12 url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz"; 13 + sha256 = "sha256-L+byatz2Pq30+Gw0lq1/7Q1FJXi6z+J/nhySFBAfoMo="; 14 }; 15 + cargoSha256 = "sha256-/8kza5fW23UYlebchYtgo2GU8M7LXNXSKV2dQ6xZllw="; 16 17 # skip tests which require llvm-tools-preview 18 checkFlags = [