Merge pull request #309484 from r-ryantm/auto-update/cargo-shear

cargo-shear: 0.0.24 -> 0.0.25
This commit is contained in:
Nick Cao
2024-05-06 10:55:39 -04:00
committed by GitHub

View File

@@ -2,16 +2,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-shear"; pname = "cargo-shear";
version = "0.0.24"; version = "0.0.25";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Boshen"; owner = "Boshen";
repo = "cargo-shear"; repo = "cargo-shear";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-7eBFDmeFOXqZhNE4RDlIq991xEoCGL6XLMmUQuLJvrE="; sha256 = "sha256-4NnCUe4DrnSeveicxvvDF49hrc4NdRx/N10PH7Q0k8k=";
}; };
cargoSha256 = "sha256-DQjLW6NtUPERT82zIlrGRk3FffU/EfLBMgAeFfFdDxE="; cargoHash = "sha256-gHXJz3Xw9vC04q001kd6AgEKKaRtAK3oGMn7JJh+Neo=";
meta = with lib; { meta = with lib; {
description = "Detect and remove unused dependencies from Cargo.toml"; description = "Detect and remove unused dependencies from Cargo.toml";