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

cargo-public-api: 0.34.0 -> 0.34.1
This commit is contained in:
Weijia Wang
2024-04-03 10:44:40 +02:00
committed by GitHub
@@ -10,14 +10,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.34.0";
version = "0.34.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-xD+0eplrtrTlYYnfl1R6zIO259jP18OAp9p8eg1CqbI=";
hash = "sha256-fNQ4FfOaS38KGhI/hCRLdtYmb0FXkoXyJsbcT+1K6Ow=";
};
cargoHash = "sha256-EjMzOilTnPSC7FYxrNBxX+sugYvPIxiCzlwQcl3VMog=";
cargoHash = "sha256-DwhaVn6nuy2KbXaRcIUQN6iS85ONwAbCWX+vxfa0F7U=";
nativeBuildInputs = [ pkg-config ];