cargo-llvm-cov: 0.5.37 -> 0.5.38

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
Matthias Beyer 2023-12-14 07:59:31 +01:00
parent 49a0e28b31
commit ea210cb88e
No known key found for this signature in database

View file

@ -26,7 +26,7 @@
let let
pname = "cargo-llvm-cov"; pname = "cargo-llvm-cov";
version = "0.5.37"; version = "0.5.38";
owner = "taiki-e"; owner = "taiki-e";
homepage = "https://github.com/${owner}/${pname}"; homepage = "https://github.com/${owner}/${pname}";
@ -37,7 +37,7 @@ let
cargoLock = fetchurl { cargoLock = fetchurl {
name = "Cargo.lock"; name = "Cargo.lock";
url = "https://crates.io/api/v1/crates/${pname}/${version}/download"; url = "https://crates.io/api/v1/crates/${pname}/${version}/download";
sha256 = "sha256-UJXZ7FhbkIcVAv4PymO4sCqhJ0KFORCCO3w0w9W46qQ="; sha256 = "sha256-Q9r/2o5CAoMhldZWGL08BVHc93eESBjyQBG/8S8BQA8=";
downloadToTemp = true; downloadToTemp = true;
postFetch = '' postFetch = ''
tar xzf $downloadedFile ${pname}-${version}/Cargo.lock tar xzf $downloadedFile ${pname}-${version}/Cargo.lock
@ -55,7 +55,7 @@ rustPlatform.buildRustPackage {
inherit owner; inherit owner;
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-aJIMG2gaotu1XdNxcE2xJS78qAqlNzF3p2RMvqBraTk="; sha256 = "sha256-7sKoixjwfED1iwIeAgvmMDSy8kNNLBQtURBWdg3DM9U=";
leaveDotGit = true; leaveDotGit = true;
}; };
@ -64,7 +64,7 @@ rustPlatform.buildRustPackage {
cp ${cargoLock} source/Cargo.lock cp ${cargoLock} source/Cargo.lock
''; '';
cargoSha256 = "sha256-dbC8OcH/Ae98SUx9d4rsBdhYQfzsWZpiGqJoIGPDSbY="; cargoSha256 = "sha256-RbDNDxfs9GOWAHAIEjBFugZ7weVC05vD9JFJHCGeM2c=";
# `cargo-llvm-cov` reads these environment variables to find these binaries, # `cargo-llvm-cov` reads these environment variables to find these binaries,
# which are needed to run the tests # which are needed to run the tests