Merge pull request #298790 from r-ryantm/auto-update/cargo-machete

cargo-machete: 0.6.1 -> 0.6.2
This commit is contained in:
Pol Dellaiera 2024-03-25 10:59:17 +01:00 committed by GitHub
commit 5ce29d7349
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-machete"; pname = "cargo-machete";
version = "0.6.1"; version = "0.6.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "bnjbvr"; owner = "bnjbvr";
repo = "cargo-machete"; repo = "cargo-machete";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-xLquursKMpV6ZELCRBrAEZ40Ypx2+vtpTVmVvOPdYS4="; hash = "sha256-8ktiBnlcnC4QD3rIox8rfxhF0ZWOlbok8rK7fnqeZOM=";
}; };
cargoHash = "sha256-F0pNAZ5ZcpGrfYt1TqtBcC2WUwjOEYf/yHero250fl0="; cargoHash = "sha256-emW/TDpeh/7hgqTgXAZeQwzkSIktDxk3Lp3JyhdTSRo=";
# tests require internet access # tests require internet access
doCheck = false; doCheck = false;