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

cargo-public-api: 0.30.0 -> 0.31.0
This commit is contained in:
Mario Rodas
2023-06-03 06:11:26 -05:00
committed by GitHub
@@ -9,14 +9,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.30.0";
version = "0.31.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-bBMjHnDmgFRQ9R8BWVc6zTHDrbFxjBAelkgtHsGLC9w=";
hash = "sha256-TzdYmDLqFYHdp881SDc/QnRZv8QRgSHa00RGN0YPL2M=";
};
cargoHash = "sha256-c8jubHQexg7k0pxUREEGpa9F3SyMBdKLw87ZInEs/fI=";
cargoHash = "sha256-ndRpp9+dcywPKWZ7UB/NadmZKxmdiJjaiQJ/lJj8TKA=";
nativeBuildInputs = [ pkg-config ];