cargo-public-api: 0.19.0 -> 0.20.0

This commit is contained in:
R. Ryantm 2022-10-02 14:29:12 +00:00
parent f3ec61b6df
commit 2c11f47edd

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 ];