about summary refs log tree commit diff
path: root/pkgs/development/tools/rust
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2023-09-23 10:06:58 -0400
committerfigsoda <figsoda@pm.me>2023-09-23 10:06:58 -0400
commit1d36874445f5146810d883d80de8e15929ab69d8 (patch)
treed9db8a0f2d69d8ce100ae239db088d56f50cbef9 /pkgs/development/tools/rust
parent764241c83f5d3538695cb64bf5fa2f49606dcc67 (diff)
downloadnixlib-1d36874445f5146810d883d80de8e15929ab69d8.tar
nixlib-1d36874445f5146810d883d80de8e15929ab69d8.tar.gz
nixlib-1d36874445f5146810d883d80de8e15929ab69d8.tar.bz2
nixlib-1d36874445f5146810d883d80de8e15929ab69d8.tar.lz
nixlib-1d36874445f5146810d883d80de8e15929ab69d8.tar.xz
nixlib-1d36874445f5146810d883d80de8e15929ab69d8.tar.zst
nixlib-1d36874445f5146810d883d80de8e15929ab69d8.zip
cargo-machete: 0.5.0 -> 0.6.0
Diff: https://github.com/bnjbvr/cargo-machete/compare/v0.5.0...v0.6.0

Changelog: https://github.com/bnjbvr/cargo-machete/blob/v0.6.0/CHANGELOG.md
Diffstat (limited to 'pkgs/development/tools/rust')
-rw-r--r--pkgs/development/tools/rust/cargo-machete/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/rust/cargo-machete/default.nix b/pkgs/development/tools/rust/cargo-machete/default.nix
index 5078ddf6043c..75d83e7be5af 100644
--- a/pkgs/development/tools/rust/cargo-machete/default.nix
+++ b/pkgs/development/tools/rust/cargo-machete/default.nix
@@ -5,16 +5,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cargo-machete";
-  version = "0.5.0";
+  version = "0.6.0";
 
   src = fetchFromGitHub {
     owner = "bnjbvr";
     repo = "cargo-machete";
     rev = "v${version}";
-    hash = "sha256-AOi4SnFkt82iQIP3bp/9JIaYiqjiEjKvJKUvrLQJTX8=";
+    hash = "sha256-LDhC/vwhyY4KD1RArCxl+nZl5IVj0zAjxlRLwWpnTvI=";
   };
 
-  cargoHash = "sha256-Q/2py0zgCYgnxFpcJD5PfNfIfIEUjtjFPjxDe25f0BQ=";
+  cargoHash = "sha256-vygAznYd/mtArSkLjoIpIxS4RiE3drRfKwNhD1w7KoY=";
 
   # tests require internet access
   doCheck = false;