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

cargo-public-api: 0.34.1 -> 0.34.2
This commit is contained in:
Pol Dellaiera 2024-05-27 08:58:35 +02:00 committed by GitHub
commit 43f5fcf8e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.34.1";
version = "0.34.2";
src = fetchCrate {
inherit pname version;
hash = "sha256-fNQ4FfOaS38KGhI/hCRLdtYmb0FXkoXyJsbcT+1K6Ow=";
hash = "sha256-cqFpvhlhgmytv8MzhwKafZYTWwLUXl9o2FQPCY8EN6Y=";
};
cargoHash = "sha256-DwhaVn6nuy2KbXaRcIUQN6iS85ONwAbCWX+vxfa0F7U=";
cargoHash = "sha256-HaZqvsM8QsHo5sdMKHrKdTdWgHIXpBiU3eTojqZXIDA=";
nativeBuildInputs = [ pkg-config ];