cargo-public-api: 0.34.0 -> 0.34.1

This commit is contained in:
R. Ryantm 2024-04-02 13:36:56 +00:00
parent 4b455dc204
commit 5d1552e8a8

View File

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