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

cargo-public-api: 0.28.0 -> 0.29.0
This commit is contained in:
figsoda 2023-04-28 13:02:55 -04:00 committed by GitHub
commit e852acf2f0
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.28.0";
version = "0.29.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-lItbWIY9CytvcLmASkbbF5wLYKWrXn2Gl9mgccg9J0M=";
hash = "sha256-Tf2nAisZlKPalWa0T5XDAWy+d/ERJYtzJVb3gEdcGSo=";
};
cargoHash = "sha256-6Eula3fex0KhWhBR53K0Kl0nlbqpfZfD/Y3zrEURPmc=";
cargoHash = "sha256-X+4C/ExKAVvAX11dBcJHhV7WW/EUI1zk3UR8mBQkSY4=";
nativeBuildInputs = [ pkg-config ];