lighthouse: 7.1.0 -> 8.1.0 (#487878)

This commit is contained in:
Adam C. Stephens
2026-02-10 22:30:27 +00:00
committed by GitHub
2 changed files with 8 additions and 9 deletions
+3 -4
View File
@@ -17,7 +17,7 @@
rustPlatform.buildRustPackage rec {
pname = "lighthouse";
version = "7.1.0";
version = "8.1.0";
# lighthouse/common/deposit_contract/build.rs, `TAG`
depositContractSpecVersion = "0.12.1";
@@ -28,17 +28,16 @@ rustPlatform.buildRustPackage rec {
owner = "sigp";
repo = "lighthouse";
tag = "v${version}";
hash = "sha256-+tLAuuinSaVIwO5wi1Cf+86pWj83Jj0p1ajnDdpHsyI=";
hash = "sha256-+MF3KbyKbaEBsrNHQOOolfhl4uJ1laOL1eGtcWEoaLE=";
};
patches = [
./use-system-sqlite.patch
];
cargoHash = "sha256-pb44m+iWArlIim2tqbaH+pwCSqIdqzfVZJ9yj/ne1LY=";
cargoHash = "sha256-6C0rDVsF0wIcApc2YL3qC/Xa9qby9GDbQYGiaaJuH0k=";
buildFeatures = [
"modern"
"gnosis"
];
@@ -1,13 +1,13 @@
diff --git a/Cargo.toml b/Cargo.toml
index 6a7b2f610..4cd9a9bc0 100644
index aac26e060..d10c34a40 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -215,7 +215,7 @@ reqwest = { version = "0.11", default-features = false, features = [
@@ -228,7 +228,7 @@ reqwest = { version = "0.12", default-features = false, features = [
] }
ring = "0.17"
rpds = "0.11"
-rusqlite = { version = "0.28", features = ["bundled"] }
+rusqlite = { version = "0.28" }
rust_eth_kzg = "0.5.4"
safe_arith = { path = "consensus/safe_arith" }
sensitive_url = { path = "common/sensitive_url" }
rust_eth_kzg = "0.9"
safe_arith = "0.1"
sensitive_url = { version = "0.1", features = ["serde"] }