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

cargo-public-api: 0.24.0 -> 0.24.1
This commit is contained in:
figsoda 2022-12-06 11:31:51 -05:00 committed by GitHub
commit ceef465977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,14 +8,14 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-public-api";
version = "0.24.0";
version = "0.24.1";
src = fetchCrate {
inherit pname version;
sha256 = "sha256-6PAOyZmaqsHHyzS9sI591tnAi3/kwRlQR4K4iZJmR5Q=";
sha256 = "sha256-xXwJ6MXnSgqIQ5IuqfDm/TUXgkppKCPG3TB7veza/H8=";
};
cargoSha256 = "sha256-wWSVpWmD1ZItXgH5q0u16oBQ+d4wKjg+pvt/ZlgiWBg=";
cargoSha256 = "sha256-1sSvK8oZspIxDcMAl2MyAQzuijAxj1kpiZf1QwwyYDs=";
nativeBuildInputs = [ pkg-config ];