mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
lighthouse: 3.2.1 -> 3.3.0
This commit is contained in:
parent
7a886a3038
commit
7f396d994c
@ -10,6 +10,7 @@
|
|||||||
, protobuf
|
, protobuf
|
||||||
, rustPlatform
|
, rustPlatform
|
||||||
, Security
|
, Security
|
||||||
|
, CoreFoundation
|
||||||
, stdenv
|
, stdenv
|
||||||
, testers
|
, testers
|
||||||
, unzip
|
, unzip
|
||||||
@ -17,7 +18,7 @@
|
|||||||
|
|
||||||
rustPlatform.buildRustPackage rec {
|
rustPlatform.buildRustPackage rec {
|
||||||
pname = "lighthouse";
|
pname = "lighthouse";
|
||||||
version = "3.2.1";
|
version = "3.3.0";
|
||||||
|
|
||||||
# lighthouse/common/deposit_contract/build.rs
|
# lighthouse/common/deposit_contract/build.rs
|
||||||
depositContractSpecVersion = "0.12.1";
|
depositContractSpecVersion = "0.12.1";
|
||||||
@ -27,10 +28,10 @@ rustPlatform.buildRustPackage rec {
|
|||||||
owner = "sigp";
|
owner = "sigp";
|
||||||
repo = "lighthouse";
|
repo = "lighthouse";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-Aqc3kk1rquhLKNZDlEun4bQpKI4Nsk7+Wr7E2IkJQEs=";
|
hash = "sha256-py64CWY3k5Z2mm9WduJ4Fh7lQ8b3sF6iIFsYYjndU5I=";
|
||||||
};
|
};
|
||||||
|
|
||||||
cargoSha256 = "sha256-wGEk7OfEmyeRW65kq5stvKCdnCjfssyXUmNWGkGq42M=";
|
cargoHash = "sha256-0gWTniLkhuPpgdUkE6gpF9uHYT6BeWWgH6Mu7KpFx9w=";
|
||||||
|
|
||||||
buildFeatures = [ "modern" "gnosis" ];
|
buildFeatures = [ "modern" "gnosis" ];
|
||||||
|
|
||||||
@ -38,6 +39,8 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
buildInputs = lib.optionals stdenv.isDarwin [
|
buildInputs = lib.optionals stdenv.isDarwin [
|
||||||
Security
|
Security
|
||||||
|
] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [
|
||||||
|
CoreFoundation
|
||||||
];
|
];
|
||||||
|
|
||||||
depositContractSpec = fetchurl {
|
depositContractSpec = fetchurl {
|
||||||
|
@ -36787,8 +36787,8 @@ with pkgs;
|
|||||||
|
|
||||||
lguf-brightness = callPackage ../misc/lguf-brightness { };
|
lguf-brightness = callPackage ../misc/lguf-brightness { };
|
||||||
|
|
||||||
lighthouse = callPackage ../applications/blockchains/lighthouse {
|
lighthouse = darwin.apple_sdk_11_0.callPackage ../applications/blockchains/lighthouse {
|
||||||
inherit (darwin.apple_sdk.frameworks) Security;
|
inherit (darwin.apple_sdk_11_0.frameworks) CoreFoundation Security;
|
||||||
};
|
};
|
||||||
|
|
||||||
lilypond = callPackage ../misc/lilypond { guile = guile_1_8; };
|
lilypond = callPackage ../misc/lilypond { guile = guile_1_8; };
|
||||||
|
Loading…
Reference in New Issue
Block a user