lol

Merge pull request #251306 from matthiasbeyer/update-cargo-public-api

cargo-public-api: 0.31.3 -> 0.32.0

authored by

Mario Rodas and committed by
GitHub
4abb4539 2667cabb

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-public-api/default.nix
··· 10 10 11 11 rustPlatform.buildRustPackage rec { 12 12 pname = "cargo-public-api"; 13 - version = "0.31.3"; 13 + version = "0.32.0"; 14 14 15 15 src = fetchCrate { 16 16 inherit pname version; 17 - hash = "sha256-oSjfNbId5jEHeLiJ3FMoNqwLZg6iyr3ZqpcfKvEnpac="; 17 + hash = "sha256-etEwMmfwyOTHRb/UfkcHvmnLVVqeSagWJ5HjuJ6gZVo="; 18 18 }; 19 19 20 - cargoHash = "sha256-VHHEQafQfRqmdscuWpN+NdcfEc1sTt+lKLg26aM9QQE="; 20 + cargoHash = "sha256-7GyPjEit3FEjnegLnZt9TMLBI3BtzcDssrJPj60gpTo="; 21 21 22 22 nativeBuildInputs = [ pkg-config ]; 23 23