Merge pull request #188580 from r-ryantm/auto-update/cargo-whatfeatures

cargo-whatfeatures: 0.9.7 -> 0.9.9

authored by

figsoda and committed by
GitHub
42e58a1c 91ae100a

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-whatfeatures/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "cargo-whatfeatures"; 5 - version = "0.9.7"; 5 + version = "0.9.9"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "museun"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-tfaaYYdCe9PthVOtoRbinxItxg9zK18sm0wk5tpdsJU="; 11 + sha256 = "sha256-YENzXU7sud3gsh32zh1EwGEgfvnIIa4FzHMwGKuI3JA="; 12 12 }; 13 13 14 - cargoSha256 = "sha256-x5BStIb+0CYJZjO6xDmCVHjSuR2vilH4YLYuOYoB/JY="; 14 + cargoSha256 = "sha256-mUBqygJBisZl3wJh/pXVLLq7P6EWz0Pd2j+iu2pz7Os="; 15 15 16 16 nativeBuildInputs = [ pkg-config ]; 17 17