about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorCharles Hall <charles@computer.surgery>2023-09-26 11:08:07 -0700
committerCharles Hall <charles@computer.surgery>2023-09-26 11:08:07 -0700
commit415c6275f3660e8799aa1ba4be5d22b7ce0853b7 (patch)
treebf5db52d8beade346ff88df7f9eaaeca9aeb3d6d /pkgs/development/tools/rust
parent8ab2b1221df4ffaafe779f7c2e4880977695d8d5 (diff)
downloadnixlib-415c6275f3660e8799aa1ba4be5d22b7ce0853b7.tar
nixlib-415c6275f3660e8799aa1ba4be5d22b7ce0853b7.tar.gz
nixlib-415c6275f3660e8799aa1ba4be5d22b7ce0853b7.tar.bz2
nixlib-415c6275f3660e8799aa1ba4be5d22b7ce0853b7.tar.lz
nixlib-415c6275f3660e8799aa1ba4be5d22b7ce0853b7.tar.xz
nixlib-415c6275f3660e8799aa1ba4be5d22b7ce0853b7.tar.zst
nixlib-415c6275f3660e8799aa1ba4be5d22b7ce0853b7.zip
cargo-llvm-cov: 0.5.32 -> 0.5.33
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/cargo-llvm-cov/default.nix8
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 5a22a41d243e..f591540785cd 100644
--- a/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
+++ b/pkgs/development/tools/rust/cargo-llvm-cov/default.nix
@@ -25,7 +25,7 @@
 
 let
   pname = "cargo-llvm-cov";
-  version = "0.5.32";
+  version = "0.5.33";
 
   owner = "taiki-e";
   homepage = "https://github.com/${owner}/${pname}";
@@ -36,7 +36,7 @@ let
   cargoLock = fetchurl {
     name = "Cargo.lock";
     url = "https://crates.io/api/v1/crates/${pname}/${version}/download";
-    sha256 = "sha256-8waZZyEvdPBJo722/FOQtarJdWR3FPZv9Cw2Pf/waqs=";
+    sha256 = "sha256-FDr1Yx2k9yTqnQbtkT8h8DErPe54/lswfbzZKM0Knpk=";
     downloadToTemp = true;
     postFetch = ''
       tar xzf $downloadedFile ${pname}-${version}/Cargo.lock
@@ -54,7 +54,7 @@ rustPlatform.buildRustPackage {
     inherit owner;
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-aG6XNIgSTdce62gQMG3pNIKtP+jQUmVx+7NdHOkvmlQ=";
+    sha256 = "sha256-nlrQIzQc63XdUqWiHFXqjwzzNhgpEba7Rw4VE1d0yBU=";
   };
 
   # Upstream doesn't include the lockfile so we need to add it back
@@ -62,7 +62,7 @@ rustPlatform.buildRustPackage {
     cp ${cargoLock} source/Cargo.lock
   '';
 
-  cargoSha256 = "sha256-jUrjGH1c4i+lOv5wHiNQwZifZh7uTVuu2NCSGtK0ohc=";
+  cargoSha256 = "sha256-etMpCnbdSzaZnlzGlVnTL84VxInYFpuA4xrt8qNqbsQ=";
 
   # `cargo-llvm-cov` reads these environment variables to find these binaries,
   # which are needed to run the tests