Skip to content

Commit

Permalink
Merge pull request #280802 from matthiasbeyer/update-cargo-llvm-cov
Browse files Browse the repository at this point in the history
cargo-llvm-cov: 0.6.0 -> 0.6.2
  • Loading branch information
matthiasbeyer authored Jan 19, 2024
2 parents d27d5fb + 8bbcdbf commit 2eba3f7
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.0";
version = "0.6.2";

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-n/LMICQ+38Y9PrzFh9uJ0ljmUrAxfue2l1HculuZ1x8=";
sha256 = "sha256-iML16yjSJsyDsr9F3gyp4XTu5Z9petSUQ0jXotU5tmw=";
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-Q1Us7VhvWaCQP9Aik9Fd0rXLP/tuSHmc98+3HoY2YNY=";
sha256 = "sha256-1VfWs8f4i3YjH69A7X3/1WPxSIwPRF5osQ/1eqOUB8U=";
leaveDotGit = true;
};

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

cargoSha256 = "sha256-42s/90clkRXkNIZZxZQRwhNxMdCvgiknkCs/hWsofw0=";
cargoSha256 = "sha256-9pOfhGnktEgyTbfK4roFU7t3qcgx2yRp17hJVKsvNqw=";

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

0 comments on commit 2eba3f7

Please sign in to comment.