Merge pull request #229597 from r-ryantm/auto-update/cargo-public-api

cargo-public-api: 0.29.0 -> 0.29.1
This commit is contained in:
Fabian Affolter 2023-05-03 09:20:13 +02:00 committed by GitHub
commit a63e964786
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.29.0";
version = "0.29.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-Tf2nAisZlKPalWa0T5XDAWy+d/ERJYtzJVb3gEdcGSo=";
hash = "sha256-4UaLzYwOhVK3Ca4EqQTdi/cMozAeXLWALB5yTQCNi/k=";
};
cargoHash = "sha256-X+4C/ExKAVvAX11dBcJHhV7WW/EUI1zk3UR8mBQkSY4=";
cargoHash = "sha256-zDgohGKu7jbaWNkb/Nr6ZVkQFEiXzNdEReVBsVuvKDA=";
nativeBuildInputs = [ pkg-config ];