cargo-llvm-cov: 0.5.34 -> 0.5.35
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
let
|
||||
pname = "cargo-llvm-cov";
|
||||
version = "0.5.34";
|
||||
version = "0.5.35";
|
||||
|
||||
owner = "taiki-e";
|
||||
homepage = "https://github.com/${owner}/${pname}";
|
||||
@@ -37,7 +37,7 @@ let
|
||||
cargoLock = fetchurl {
|
||||
name = "Cargo.lock";
|
||||
url = "https://crates.io/api/v1/crates/${pname}/${version}/download";
|
||||
sha256 = "sha256-lPcJ266XeslaxGOb88RbmZKJrg0YlD4HGPqBEkr4bKI=";
|
||||
sha256 = "sha256-PpCdx5YvmrsyHjjRAiFc1D7BSt0rZZmGzYe8jluazAc=";
|
||||
downloadToTemp = true;
|
||||
postFetch = ''
|
||||
tar xzf $downloadedFile ${pname}-${version}/Cargo.lock
|
||||
@@ -55,7 +55,7 @@ rustPlatform.buildRustPackage {
|
||||
inherit owner;
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-DWDT2B/eyqI0hLgswplzxDYn29iLCxhvV/aGMHikPCo=";
|
||||
sha256 = "sha256-059k2z+ZtpWgZjoFZKIHF+OHYnBcUUO/4REWW5XRHkw=";
|
||||
leaveDotGit = true;
|
||||
};
|
||||
|
||||
@@ -64,7 +64,7 @@ rustPlatform.buildRustPackage {
|
||||
cp ${cargoLock} source/Cargo.lock
|
||||
'';
|
||||
|
||||
cargoSha256 = "sha256-7zXLLF3HL6fA1DVwwilOZ9D+iCnRKvSORl6O0wd+vw0=";
|
||||
cargoSha256 = "sha256-mmKUYOdd+/R5CDhZgtXCi+MGGsmUeNHv7Tzc74p8GwI=";
|
||||
|
||||
# `cargo-llvm-cov` reads these environment variables to find these binaries,
|
||||
# which are needed to run the tests
|
||||
|
||||
Reference in New Issue
Block a user