cargo-public-api: 0.44.0 -> 0.44.1 (#384240)

This commit is contained in:
Nick Cao
2025-02-22 11:01:31 -05:00
committed by GitHub
+3 -3
View File
@@ -11,15 +11,15 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.44.0";
version = "0.44.1";
src = fetchCrate {
inherit pname version;
hash = "sha256-DInUd9r2ABvehc/SoJI9VmbfllbYNwwORWSTfsL9EwE=";
hash = "sha256-eKTFLvyP/RhQJJPswfzCjxKGE+fXSPfVrEQBMcK3ytU=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-CcDoGAt3CMDO7NFyx+0Jk2RRvQT+vFWUu0vz40Ogpgo=";
cargoHash = "sha256-KT7tAisaIjhiLdt1Nkk6lg5hVqRt9fZWP74VHICWThM=";
nativeBuildInputs = [ pkg-config ];