Merge pull request #195926 from matthiasbeyer/update-cargo-public-api

cargo-public-api: 0.20.0 -> 0.20.1
This commit is contained in:
Mario Rodas 2022-10-14 18:36:25 -05:00 committed by GitHub
commit 923ae1be68
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.20.0";
version = "0.20.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-59A3RPdltDfMDPTFbBHcnJoFEp718xvYgg6v4MvsxaQ=";
sha256 = "sha256-aDkQxt516cN27wtndSkBitoWZvPyaQETqZDHYlrr364=";
};
cargoSha256 = "sha256-GEttxHtdOYMijv1xxK7U0d8WNwJcpqJNgDYKgCV/zVw=";
cargoSha256 = "sha256-EBVPUCQQ9rwl23vYOpCBtOBb8d3K53RPMkIUs6sQyyU=";
nativeBuildInputs = [ pkg-config ];