cargo-public-api: 0.47.1 -> 0.48.0

This commit is contained in:
R. Ryantm 2025-06-24 12:35:46 +00:00
parent 1785337274
commit bc6486db69

View File

@ -9,15 +9,15 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.47.1";
version = "0.48.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-xDMOrL9yyaEEwPhcrkPugVMTyKW4T6X1yE4tN9dmPas=";
hash = "sha256-QNv1aVdGZUSgiq4nJ5epuioZOJCKsss7GKYlsf98CJc=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-HhYGc0S/i6KWZsv4E1NTkZb+jdUkcKDP/c0hdVTHJXE=";
cargoHash = "sha256-XzMNQbDP1dCs1vCEGgOBLR0xw8RSXupMdX5V0SPtvy4=";
nativeBuildInputs = [ pkg-config ];