figsoda 2023-09-23 10:06:58 -04:00
parent 764241c83f
commit 1d36874445

View file

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-machete"; pname = "cargo-machete";
version = "0.5.0"; version = "0.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bnjbvr"; owner = "bnjbvr";
repo = "cargo-machete"; repo = "cargo-machete";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-AOi4SnFkt82iQIP3bp/9JIaYiqjiEjKvJKUvrLQJTX8="; hash = "sha256-LDhC/vwhyY4KD1RArCxl+nZl5IVj0zAjxlRLwWpnTvI=";
}; };
cargoHash = "sha256-Q/2py0zgCYgnxFpcJD5PfNfIfIEUjtjFPjxDe25f0BQ="; cargoHash = "sha256-vygAznYd/mtArSkLjoIpIxS4RiE3drRfKwNhD1w7KoY=";
# tests require internet access # tests require internet access
doCheck = false; doCheck = false;