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

cargo-llvm-cov: 0.5.16 -> 0.5.17
This commit is contained in:
Nick Cao 2023-04-23 17:53:34 +08:00 committed by GitHub
commit 551596640a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,18 +1,18 @@
{ stdenv
, lib
, fetchzip
, fetchCrate
, rustPlatform
}:
rustPlatform.buildRustPackage rec {
pname = "cargo-llvm-cov";
version = "0.5.16";
version = "0.5.17";
src = fetchzip {
url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz";
sha256 = "sha256-aVvYQ9/04juse89EzYY6f9HEwRHjZxbDnuJpX6jzlbc=";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-kU8Wq0BRE/Tajmi/PV6dja9HJy0lbZwzGuMIXDnFUw0=";
};
cargoSha256 = "sha256-dxKtOWhHSZdr5RNQ+w+CXFHN+oQXUmSQ7w9i9IO7Q6I=";
cargoSha256 = "sha256-Zv6CkUhMTMqGM8PH+ciDV20vq88tU5THSw0NByO1v70=";
# skip tests which require llvm-tools-preview
checkFlags = [