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

cargo-public-api: 0.12.4 -> 0.13.0
This commit is contained in:
Bobby Rong
2022-08-13 19:37:22 +08:00
committed by GitHub
@@ -8,14 +8,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.12.4";
version = "0.13.0";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-URCKsI7q0/b8KkCooKeYr342m7C8ukJJITRDgOUmcEM=";
sha256 = "sha256-e+HM4pO0bLszlcSklsiRPamr/GUVckuw7uBSgDSK7d0=";
};
cargoSha256 = "sha256-qXJeNbGvC6zoxdn2QmApw1m7gn4CI1eUC3Cqhrn8dpU=";
cargoSha256 = "sha256-RKO/YMVWKVtparAfDUtpQ3mbRWataNnjnFUUQozQghs=";
nativeBuildInputs = [ pkg-config ];