cargo-public-api: 0.42.0 -> 0.43.0 (#376851)

This commit is contained in:
Nick Cao
2025-01-26 09:45:12 -05:00
committed by GitHub
+3 -3
View File
@@ -11,14 +11,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.42.0";
version = "0.43.0";
src = fetchCrate {
inherit pname version;
hash = "sha256-vQhKvL9vRUq7WqtJ25v12DuCzO90bgXLmwu2Mm1jbig=";
hash = "sha256-oAtAfoWJ4YZ9YcU7DQtj6QqF1DSEMOUjauQxqo1a6GA=";
};
cargoHash = "sha256-Gm72Hr+bVmNwdFAIsAatTcF9Il6JG2i6dQPu1ZQy46o=";
cargoHash = "sha256-+mrPrYk/qj4UtbUgFIFS0XUp25uLs8fNhvSzx1nu1ng=";
nativeBuildInputs = [ pkg-config ];