From 0e6e8c5a67159cb2615f4d228cc379bbd6fb6ae1 Mon Sep 17 00:00:00 2001 From: gileri Date: Sat, 12 Jul 2025 20:39:29 +0200 Subject: [PATCH] lighthouse: 7.0.1 -> 7.1.0 https://github.com/sigp/lighthouse/releases/tag/v7.1.0 --- pkgs/by-name/li/lighthouse/package.nix | 6 +++--- pkgs/by-name/li/lighthouse/use-system-sqlite.patch | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pkgs/by-name/li/lighthouse/package.nix b/pkgs/by-name/li/lighthouse/package.nix index 7712f9f63e54..20984f24075c 100644 --- a/pkgs/by-name/li/lighthouse/package.nix +++ b/pkgs/by-name/li/lighthouse/package.nix @@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec { pname = "lighthouse"; - version = "7.0.1"; + version = "7.1.0"; # lighthouse/common/deposit_contract/build.rs, `TAG` depositContractSpecVersion = "0.12.1"; @@ -28,14 +28,14 @@ rustPlatform.buildRustPackage rec { owner = "sigp"; repo = "lighthouse"; tag = "v${version}"; - hash = "sha256-0nClqRSLwKnTNAMsvX5zzN2PbVJ51xtQv48cHSqHLAY="; + hash = "sha256-+tLAuuinSaVIwO5wi1Cf+86pWj83Jj0p1ajnDdpHsyI="; }; patches = [ ./use-system-sqlite.patch ]; - cargoHash = "sha256-tQVZXZzcit4seBgmW4WEyNOkLzswX/I36DphORb7w30="; + cargoHash = "sha256-pb44m+iWArlIim2tqbaH+pwCSqIdqzfVZJ9yj/ne1LY="; useFetchCargoVendor = true; buildFeatures = [ diff --git a/pkgs/by-name/li/lighthouse/use-system-sqlite.patch b/pkgs/by-name/li/lighthouse/use-system-sqlite.patch index 28abf3b119de..c91b2574eed1 100644 --- a/pkgs/by-name/li/lighthouse/use-system-sqlite.patch +++ b/pkgs/by-name/li/lighthouse/use-system-sqlite.patch @@ -1,13 +1,13 @@ diff --git a/Cargo.toml b/Cargo.toml -index b942d1719..da6f245c5 100644 +index 6a7b2f610..4cd9a9bc0 100644 --- a/Cargo.toml +++ b/Cargo.toml -@@ -148,7 +148,7 @@ regex = "1" - reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "stream", "rustls-tls", "native-tls-vendored"] } - ring = "0.16" +@@ -215,7 +215,7 @@ reqwest = { version = "0.11", default-features = false, features = [ + ] } + ring = "0.17" rpds = "0.11" -rusqlite = { version = "0.28", features = ["bundled"] } +rusqlite = { version = "0.28" } - serde = { version = "1", features = ["derive"] } - serde_json = "1" - serde_repr = "0.1" + rust_eth_kzg = "0.5.4" + safe_arith = { path = "consensus/safe_arith" } + sensitive_url = { path = "common/sensitive_url" }