cargo-c: 0.9.21 -> 0.9.22

Diff: https://diff.rs/cargo-c/0.9.21/0.9.22

Changelog: https://github.com/lu-zero/cargo-c/releases/tag/v0.9.22
This commit is contained in:
Mario Rodas 2023-07-22 04:20:00 +00:00
parent 803243754d
commit f3d1b5e413

View File

@ -12,16 +12,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-c";
version = "0.9.21";
version = "0.9.22";
src = fetchCrate {
inherit pname;
# this version may need to be updated along with package version
version = "${version}+cargo-0.71";
hash = "sha256-HRirYwTrFVTGhJvgjXeMX6FUg99jWS26y5zFxv7SE4k=";
version = "${version}+cargo-0.72";
hash = "sha256-B9y8/8qms+t6LnUFes4/MGcEp8P8C2hunCouiTMt0LY=";
};
cargoHash = "sha256-W2//WP01Q1dXNwFEf8inQwC01jhFaZ/JYoo2e2mC3e0=";
cargoHash = "sha256-7amH8qPmi531sDy3aZsZ5J/oSCnbHY47YzsFODDPcBU=";
nativeBuildInputs = [ pkg-config (lib.getDev curl) ];
buildInputs = [ openssl curl ] ++ lib.optionals stdenv.isDarwin [