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-04-04 10:07:18 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-04-04 10:07:18 +0200
commit3d3b0c27d1cc09d32154529817338b2ead7298d6 (patch)
tree64cd6357f3c68c29a1faed8a3e6ff3974b5cf60c /pkgs/development/tools/rust/cargo-llvm-cov
parentca4a734f86c0c64d11d8910c910c31433219c878 (diff)
cargo-llvm-cov: 0.5.11 -> 0.5.13
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 5fabbd96c397a..483868bb5e563 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.11";
+  version = "0.5.13";
 
   src = fetchzip {
     url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz";
-    sha256 = "sha256-ygjCVpstU+gKcO85bzU9O3/2mFE885zkGwhAtlhjtVA=";
+    sha256 = "sha256-kgs5WvawX2YvahE7hrheA3CHhcON+yrxMlv/nDAwDIw=";
   };
-  cargoSha256 = "sha256-WT609RDA1/UKRMniBpBF2UU36u4MeQH0PV0TzTQDWo0=";
+  cargoSha256 = "sha256-qaFUMP37qvvNndBhypxC8ZExJExUQFAca7I/mlxKezE=";
 
   # skip tests which require llvm-tools-preview
   checkFlags = [