cargo-machete: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2025-08-15 14:40:40 +00:00
parent cedc4cc963
commit 6a56526996

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-machete"; pname = "cargo-machete";
version = "0.8.0"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bnjbvr"; owner = "bnjbvr";
repo = "cargo-machete"; repo = "cargo-machete";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-0vlau3leAAonV5E9NAtSqw45eKoZBzHx0BmoEY86Eq8="; hash = "sha256-exET/zBm5sjnrEx++PRgoWaz7lr7AEF+GVOTOZRGbbU=";
}; };
cargoHash = "sha256-Oht5V9+DS4vDfd9jcxiMG/gySY5IzhbTY+Ozod4kjko="; cargoHash = "sha256-vv6QYIkQtrwlXMKPuZ1ZRJkhaN2qDI0x8vSK/bzDipE=";
# tests require internet access # tests require internet access
doCheck = false; doCheck = false;