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

cargo-public-api: 0.31.0 -> 0.31.1
This commit is contained in:
Nick Cao 2023-06-08 04:20:15 -06:00 committed by GitHub
commit 5f98a80eab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.31.0";
version = "0.31.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-TzdYmDLqFYHdp881SDc/QnRZv8QRgSHa00RGN0YPL2M=";
hash = "sha256-w8K1dmTjnHm5bh1Ztn5DnBm2PEddxYLewWPiEnqbjCo=";
};
cargoHash = "sha256-ndRpp9+dcywPKWZ7UB/NadmZKxmdiJjaiQJ/lJj8TKA=";
cargoHash = "sha256-1SlGKnpwc8rN9w/d07nHVT3L4erA6/TWaza5qy57hlE=";
nativeBuildInputs = [ pkg-config ];