about summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-llvm-cov
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-01-16 09:03:09 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-01-16 09:03:09 +0100
commit54d220114a04b583bcfddeba6283c914ca2ae605 (patch)
treebed4053d539fbf9481e1e3379355dee03af95d49 /pkgs/development/tools/rust/cargo-llvm-cov
parentc85d08692966cf022b0a741a794cb1650602d8af (diff)
cargo-llvm-cov: 0.5.8 -> 0.5.9
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'pkgs/development/tools/rust/cargo-llvm-cov')
-rw-r--r--pkgs/development/tools/rust/cargo-llvm-cov/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
index 5805bd971e963..28be262ca70da 100644
--- a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
+++ b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
@@ -6,13 +6,13 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-llvm-cov";
-  version = "0.5.8";
+  version = "0.5.9";
 
   src = fetchzip {
     url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz";
-    sha256 = "sha256-APUr3eSEw//ruDeBG3NeJCgN62A7J+125DiYjg2GktA=";
+    sha256 = "sha256-GEnEcVYejDMnnJtGTbbMHOC85hYjGFEOIF9/Jdm3288=";
   };
-  cargoSha256 = "sha256-0DetcbwAv8FtIZWH7VQWxjAf6r16nbgWxxQe6lkkT5k=";
+  cargoSha256 = "sha256-Yk43FM6YswlM/XYJD+XiunFsOY4+n/xVmnIIEo1ogKY=";
 
   # skip tests which require llvm-tools-preview
   checkFlags = [