about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-11-29 18:44:47 -0500
committerGitHub <noreply@github.com>2022-11-29 18:44:47 -0500
commitae8f631a1944ef055dc08e74ba15e94d6951dedd (patch)
treeda3b44cf1c257cb6300db7946a3c965c71059b74 /pkgs
parent79cafc7bb74caaa863b993733f06503393380cba (diff)
parentc5637ea757fa2113846d0062a9fa6a56e87f676a (diff)
Merge pull request #203470 from r-ryantm/auto-update/cargo-llvm-cov
cargo-llvm-cov: 0.5.0 -> 0.5.2
Diffstat (limited to 'pkgs')
-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 bf55e638bdefc..b57f6f29f4c0f 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.0";
+  version = "0.5.2";
 
   src = fetchzip {
     url = "https://crates.io/api/v1/crates/${pname}/${version}/download#${pname}-${version}.tar.gz";
-    sha256 = "sha256-ifnwiOuFnpryYxLgescpxN8CzgFzSZlY+RlbyW7ND6g=";
+    sha256 = "sha256-K6r2YHQq3MEqq9aobJLZBH9COPXpW3TmX1GB1qfnV60=";
   };
-  cargoSha256 = "sha256-11xNgiOw0qysTWpoKAXQ5gx1uJSAsp+aDDir0zpkpeQ=";
+  cargoSha256 = "sha256-oMisrS+fDzSdT6JmkAMk8kztOgw2XUOrkhehmd9gxL0=";
 
   # skip tests which require llvm-tools-preview
   checkFlags = [