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-03-01 09:31:07 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-03-01 09:31:07 +0100
commite8884540b5b5ffaa0bd18b10ae276f9cc76d9ef3 (patch)
tree1d2f9a704360ba222c444a4e7783612f12246800 /pkgs/development/tools/rust/cargo-llvm-cov
parente8f052a421804bbb08a84ee6a562ef70864247f5 (diff)
cargo-llvm-cov: 0.5.10 -> 0.5.11
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 10b0a689b6256..d8b94b298b106 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.10";
+  version = "0.5.11";
 
   src = fetchzip {
     url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz";
-    sha256 = "sha256-aCrwmo1a88mpK+hrQxjEQeHBrF4uSO+H5mbV9w3FvWo=";
+    sha256 = "sha256-ygjCVpstU+gKcO85bzU9O3/2mFE885zkGwhAtlhjtVA=";
   };
-  cargoSha256 = "sha256-jhfHTBoIdNcBVrDzJcfBscqrS8SMG6cx4j9Y1FIwBbU=";
+  cargoSha256 = "sha256-WT609RDA1/UKRMniBpBF2UU36u4MeQH0PV0TzTQDWo0=";
 
   # skip tests which require llvm-tools-preview
   checkFlags = [