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

cargo-public-api: 0.19.0 -> 0.20.0
This commit is contained in:
Jörg Thalheim 2022-10-02 16:59:03 +02:00 committed by GitHub
commit d16281ba28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.19.0";
version = "0.20.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-gtqPt59jA4NhbaE9ij45oFEaAJ+l984lWEjloQtBSSE=";
sha256 = "sha256-59A3RPdltDfMDPTFbBHcnJoFEp718xvYgg6v4MvsxaQ=";
};
cargoSha256 = "sha256-j0bsuu+A5oCf+0pFM4PAQ3oqq9POc5rrzt5UR0RDnAw=";
cargoSha256 = "sha256-GEttxHtdOYMijv1xxK7U0d8WNwJcpqJNgDYKgCV/zVw=";
nativeBuildInputs = [ pkg-config ];