mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
cargo-c: 0.9.2 -> 0.9.13 (#198309)
This commit is contained in:
parent
2de831ffbf
commit
67c861254a
1 changed files with 4 additions and 4 deletions
|
@ -12,16 +12,16 @@
|
||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "cargo-c";
|
pname = "cargo-c";
|
||||||
version = "0.9.2";
|
version = "0.9.13";
|
||||||
|
|
||||||
src = fetchCrate {
|
src = fetchCrate {
|
||||||
inherit pname;
|
inherit pname;
|
||||||
# this version may need to be updated along with package version
|
# this version may need to be updated along with package version
|
||||||
version = "${version}+cargo-0.55";
|
version = "${version}+cargo-0.65";
|
||||||
sha256 = "sha256-yh5vAtKlBvoSlJBsW2RSduSK6T8aOssM84WQMNjLZqA=";
|
sha256 = "sha256-f/p+ZIvDe9JQ8GM82SEud7sRTlimNs/ADPevfdkhsfg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-YikTjAeroaHyNe3ygUWRHSXJwdm2BSBV7RgIDN4suZ4=";
|
cargoSha256 = "sha256-JrlEWgKbTqQG/JYFqBR53eB58fa29c/+vIdSNGoS5Y0=";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkg-config (lib.getDev curl) ];
|
nativeBuildInputs = [ pkg-config (lib.getDev curl) ];
|
||||||
buildInputs = [ openssl curl ] ++ lib.optionals stdenv.isDarwin [
|
buildInputs = [ openssl curl ] ++ lib.optionals stdenv.isDarwin [
|
||||||
|
|
Loading…
Reference in a new issue