cargo-public-api: 0.43.0 -> 0.44.0

This commit is contained in:
R. Ryantm 2025-02-06 10:13:47 +00:00
parent f56aaaac0c
commit af01cf2b1b

View File

@ -11,15 +11,15 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.43.0";
version = "0.44.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-oAtAfoWJ4YZ9YcU7DQtj6QqF1DSEMOUjauQxqo1a6GA=";
hash = "sha256-DInUd9r2ABvehc/SoJI9VmbfllbYNwwORWSTfsL9EwE=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-VcblQw9EZSvV8rw9Krp5ZTXwVdZJe0FqJbqpptkpJfU=";
cargoHash = "sha256-CcDoGAt3CMDO7NFyx+0Jk2RRvQT+vFWUu0vz40Ogpgo=";
nativeBuildInputs = [ pkg-config ];