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

cargo-public-api: 0.32.0 -> 0.33.1
This commit is contained in:
Matthias Beyer 2023-12-26 09:40:29 +01:00 committed by GitHub
commit 780c3c86d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.32.0";
version = "0.33.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-etEwMmfwyOTHRb/UfkcHvmnLVVqeSagWJ5HjuJ6gZVo=";
hash = "sha256-poS8s4rfktNKQ0co8G4RLXUJAeUAGcS8YIvb4W0IFNo=";
};
cargoHash = "sha256-7GyPjEit3FEjnegLnZt9TMLBI3BtzcDssrJPj60gpTo=";
cargoHash = "sha256-+tmLUxDxI/W2g7cdQD/Ph5wBpW3QbZzH2M/oRXLzsgU=";
nativeBuildInputs = [ pkg-config ];