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

cargo-public-api: 0.31.1 -> 0.31.2
This commit is contained in:
Nick Cao 2023-06-18 20:23:53 -06:00 committed by GitHub
commit 362b66801c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-public-api"; pname = "cargo-public-api";
version = "0.31.1"; version = "0.31.2";
src = fetchCrate { src = fetchCrate {
inherit pname version; inherit pname version;
hash = "sha256-w8K1dmTjnHm5bh1Ztn5DnBm2PEddxYLewWPiEnqbjCo="; hash = "sha256-LSCFJrZuQoUk8DqfQayfwPVTIU00SxHrelx7NItqqWM=";
}; };
cargoHash = "sha256-1SlGKnpwc8rN9w/d07nHVT3L4erA6/TWaza5qy57hlE="; cargoHash = "sha256-aFY5FSXquN1h28CBluuP/tNDmjFfi2dNjAdoXR3CH4Y=";
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];