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

cargo-public-api: 0.12.2 -> 0.12.4
This commit is contained in:
Mario Rodas 2022-07-28 13:24:09 -05:00 committed by GitHub
commit ebdee76461
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.12.2";
version = "0.12.4";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-ZpzR6A9mV6ARz2+SedVtLjNANOEj8Ks09AWcQooltug=";
sha256 = "sha256-URCKsI7q0/b8KkCooKeYr342m7C8ukJJITRDgOUmcEM=";
};
cargoSha256 = "sha256-8BZ1fPzRSJysyLCmoMxk+8xOfmfIs7viHFCeSfnxvt8=";
cargoSha256 = "sha256-qXJeNbGvC6zoxdn2QmApw1m7gn4CI1eUC3Cqhrn8dpU=";
nativeBuildInputs = [ pkg-config ];