Merge pull request #138097 from r-ryantm/auto-update/cargo-udeps

cargo-udeps: 0.1.22 -> 0.1.23

authored by

figsoda and committed by
GitHub
64a94dc1 556dcbe5

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-udeps/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-udeps"; 5 - version = "0.1.22"; 5 + version = "0.1.23"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "est31"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-z92q0uwL832Ph7sTpWpaa8e9Xrik9wnjQ7LBy/hY8KE="; 11 + sha256 = "sha256-SDB2Xk2bEheXT0Lc1lrTkOyJAcAEsmUPU5R8Hy1SAUE="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-4HguNyPIjpFqa80dDVFgXDK7pHOuFJdpFNxLARXxT2g="; 14 + cargoSha256 = "sha256-gCGOXEjhT9bx3FYvtu3AoIOmgsU2WO1rmi/cKvD9WMY="; 15 15 16 16 nativeBuildInputs = [ pkg-config ]; 17 17