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

cargo-public-api: 0.31.3 -> 0.32.0
This commit is contained in:
Mario Rodas
2023-08-25 04:14:48 -05:00
committed by GitHub
@@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.31.3";
version = "0.32.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-oSjfNbId5jEHeLiJ3FMoNqwLZg6iyr3ZqpcfKvEnpac=";
hash = "sha256-etEwMmfwyOTHRb/UfkcHvmnLVVqeSagWJ5HjuJ6gZVo=";
};
cargoHash = "sha256-VHHEQafQfRqmdscuWpN+NdcfEc1sTt+lKLg26aM9QQE=";
cargoHash = "sha256-7GyPjEit3FEjnegLnZt9TMLBI3BtzcDssrJPj60gpTo=";
nativeBuildInputs = [ pkg-config ];