diff options
| author | Matthias Beyer <mail@beyermatthias.de> | 2023-12-14 07:59:31 +0100 |
|---|---|---|
| committer | Matthias Beyer <mail@beyermatthias.de> | 2023-12-31 21:32:17 +0100 |
| commit | 35a86d84bdd7bd469fddf47499cbc24e686dadc1 (patch) | |
| tree | c56f912ad5236c603326fd4c82dccada6fc72af0 | |
| parent | goxel: 0.12.0 -> 0.13.0 (diff) | |
| download | nixpkgs-35a86d84bdd7bd469fddf47499cbc24e686dadc1.tar.gz | |
cargo-llvm-cov: 0.5.37 -> 0.5.38
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
(cherry picked from commit ea210cb88ed95113b53dcc034252f8f41773383b)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
| -rw-r--r-- | pkgs/development/tools/rust/cargo-llvm-cov/default.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix index 0da95637741f..f6198ec18c3c 100644 --- a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix +++ b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix @@ -26,7 +26,7 @@ let pname = "cargo-llvm-cov"; - version = "0.5.37"; + version = "0.5.38"; 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-UJXZ7FhbkIcVAv4PymO4sCqhJ0KFORCCO3w0w9W46qQ="; + sha256 = "sha256-Q9r/2o5CAoMhldZWGL08BVHc93eESBjyQBG/8S8BQA8="; 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-aJIMG2gaotu1XdNxcE2xJS78qAqlNzF3p2RMvqBraTk="; + sha256 = "sha256-7sKoixjwfED1iwIeAgvmMDSy8kNNLBQtURBWdg3DM9U="; leaveDotGit = true; }; @@ -64,7 +64,7 @@ rustPlatform.buildRustPackage { cp ${cargoLock} source/Cargo.lock ''; - cargoSha256 = "sha256-dbC8OcH/Ae98SUx9d4rsBdhYQfzsWZpiGqJoIGPDSbY="; + cargoSha256 = "sha256-RbDNDxfs9GOWAHAIEjBFugZ7weVC05vD9JFJHCGeM2c="; # `cargo-llvm-cov` reads these environment variables to find these binaries, # which are needed to run the tests |
