cargo-udeps: 0.1.59 -> 0.1.60

This commit is contained in:
R. Ryantm
2025-11-06 00:37:06 +00:00
parent 146b74e1d3
commit 05ae92b78c

View File

@@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-udeps"; pname = "cargo-udeps";
version = "0.1.59"; version = "0.1.60";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "est31"; owner = "est31";
repo = "cargo-udeps"; repo = "cargo-udeps";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-oA/oWXTaQPY7bCBUP52b+PACZXV+32G3/STh+sec6AI="; sha256 = "sha256-NW9yjFUV+o7vv5bYD8nxSWHOXOBnDEk36xze90wYuNg=";
}; };
cargoHash = "sha256-X+Y2ialZnwusy3XVnXiTcGmSYsKsFOmEOL4Gc5SgXWU="; cargoHash = "sha256-vQvtc/CwV1aHeREzmzO8k1FcebbEp3FKMAJb0v2aQig=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];