Merge pull request #188648 from matthiasbeyer/update-cargo-public-api

authored by

Sandro and committed by
GitHub
b06e4fa5 94036a6f

+3 -3
+3 -3
pkgs/development/tools/rust/cargo-public-api/default.nix
··· 8 8 9 9 rustPlatform.buildRustPackage rec { 10 10 pname = "cargo-public-api"; 11 - version = "0.14.0"; 11 + version = "0.15.0"; 12 12 13 13 src = fetchCrate { 14 14 inherit pname version; 15 - sha256 = "sha256-OFWmrwZdyvIhyKsWEfaU7wHIqeuNhjwZQkwKTccBnTI="; 15 + sha256 = "sha256-3DBpvsjreBJz6NPHJsPV3dK+PvAvdwz7/gp9p/zBieI="; 16 16 }; 17 17 18 - cargoSha256 = "sha256-nubWXEG8XmX2t7WsNvbcDpub5H1x5467cSFRvs8PEpQ="; 18 + cargoSha256 = "sha256-sP3oMphy+jbs8NUqyvanWHyDtEoFaUVQHKeTbOLfTH0="; 19 19 20 20 nativeBuildInputs = [ pkg-config ]; 21 21