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:
parent
803243754d
commit
f3d1b5e413
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user