Skip to content

Commit

Permalink
Merge pull request #296387 from matthiasbeyer/update-cargo-llvm-cov
Browse files Browse the repository at this point in the history
cargo-llvm-cov: 0.6.7 -> 0.6.9
  • Loading branch information
matthiasbeyer committed Apr 7, 2024
2 parents 0d64181 + 3be04b3 commit 0777afc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/rust/cargo-llvm-cov/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

let
pname = "cargo-llvm-cov";
version = "0.6.7";
version = "0.6.9";

owner = "taiki-e";
homepage = "https://github.com/${owner}/${pname}";
Expand All @@ -37,7 +37,7 @@ let
cargoLock = fetchurl {
name = "Cargo.lock";
url = "https://crates.io/api/v1/crates/${pname}/${version}/download";
sha256 = "sha256-2DjHXZ80sqr5uNqTwoECdzU1dxtu3hw9wJLA1XZq02Y=";
sha256 = "sha256-r4C7z2/z4OVEf+IhFe061E7FzSx0VzADmg56Lb+DO/g=";
downloadToTemp = true;
postFetch = ''
tar xzf $downloadedFile ${pname}-${version}/Cargo.lock
Expand All @@ -55,7 +55,7 @@ rustPlatform.buildRustPackage {
inherit owner;
repo = pname;
rev = "v${version}";
sha256 = "sha256-wvyiIJd448EjqtBjrzS8XcWJerRSBctggwTZA0ku7pU=";
sha256 = "sha256-mNpZj8c+IHcW0StFzRPt7wcysADh01eLFcIK6fX/2KQ=";
leaveDotGit = true;
};

Expand All @@ -64,7 +64,7 @@ rustPlatform.buildRustPackage {
cp ${cargoLock} source/Cargo.lock
'';

cargoSha256 = "sha256-TMBKsZsIPw42ZHVcUnwsTzJseD+6Z3o+ZlB2FzbjnBY=";
cargoSha256 = "sha256-pfNb5P3IG1fQdhiQE3FGW8s4Rt2YyLxTejuzs3nqZUU=";

# `cargo-llvm-cov` reads these environment variables to find these binaries,
# which are needed to run the tests
Expand Down

0 comments on commit 0777afc

Please sign in to comment.