summary refs log tree commit diff
path: root/pkgs/development/tools/rust/cargo-hack
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-03 16:54:59 -0500
committerfigsoda <figsoda@pm.me>2022-12-03 16:54:59 -0500
commit75a7ea57cffd8002ca930862e4ede44e019ae4c0 (patch)
tree714d9188eb55575008d32a973f3e16595ce4377f /pkgs/development/tools/rust/cargo-hack
parent6f6201c860ea80b1298817b4f7c4101a08166041 (diff)
cargo-hack: 0.5.23 -> 0.5.24
Changelog: https://github.com/taiki-e/cargo-hack/blob/v0.5.24/CHANGELOG.md
Diffstat (limited to 'pkgs/development/tools/rust/cargo-hack')
-rw-r--r--pkgs/development/tools/rust/cargo-hack/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-hack/default.nix b/pkgs/development/tools/rust/cargo-hack/default.nix
index 737373ff628a1..e17d16c4b5520 100644
--- a/pkgs/development/tools/rust/cargo-hack/default.nix
+++ b/pkgs/development/tools/rust/cargo-hack/default.nix
@@ -2,14 +2,14 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-hack";
-  version = "0.5.23";
+  version = "0.5.24";
 
   src = fetchCrate {
     inherit pname version;
-    sha256 = "sha256-5iFc8wEejCuD8HbaJv2XuZ/LP7aPtGJk+gXTJqAr8aM=";
+    sha256 = "sha256-brzefn9Nfb4+OnO0gCH5mPbXDdqaFSoqB6phFPwQXoY=";
   };
 
-  cargoSha256 = "sha256-U6F/5VeALxs8YysU4VOLBUCu8d0Iaf3VRE7g2zRTAkg=";
+  cargoSha256 = "sha256-RPQgZoIPFxZGP3Bpwp/VdTYPi5+IdfY3Zy+rYnYev3g=";
 
   # some necessary files are absent in the crate version
   doCheck = false;