lighthouse: 7.0.1 -> 7.1.0

https://github.com/sigp/lighthouse/releases/tag/v7.1.0

gileri 0e6e8c5a bfa0fcd9

+10 -10
+3 -3
pkgs/by-name/li/lighthouse/package.nix
··· 17 18 rustPlatform.buildRustPackage rec { 19 pname = "lighthouse"; 20 - version = "7.0.1"; 21 22 # lighthouse/common/deposit_contract/build.rs, `TAG` 23 depositContractSpecVersion = "0.12.1"; ··· 28 owner = "sigp"; 29 repo = "lighthouse"; 30 tag = "v${version}"; 31 - hash = "sha256-0nClqRSLwKnTNAMsvX5zzN2PbVJ51xtQv48cHSqHLAY="; 32 }; 33 34 patches = [ 35 ./use-system-sqlite.patch 36 ]; 37 38 - cargoHash = "sha256-tQVZXZzcit4seBgmW4WEyNOkLzswX/I36DphORb7w30="; 39 useFetchCargoVendor = true; 40 41 buildFeatures = [
··· 17 18 rustPlatform.buildRustPackage rec { 19 pname = "lighthouse"; 20 + version = "7.1.0"; 21 22 # lighthouse/common/deposit_contract/build.rs, `TAG` 23 depositContractSpecVersion = "0.12.1"; ··· 28 owner = "sigp"; 29 repo = "lighthouse"; 30 tag = "v${version}"; 31 + hash = "sha256-+tLAuuinSaVIwO5wi1Cf+86pWj83Jj0p1ajnDdpHsyI="; 32 }; 33 34 patches = [ 35 ./use-system-sqlite.patch 36 ]; 37 38 + cargoHash = "sha256-pb44m+iWArlIim2tqbaH+pwCSqIdqzfVZJ9yj/ne1LY="; 39 useFetchCargoVendor = true; 40 41 buildFeatures = [
+7 -7
pkgs/by-name/li/lighthouse/use-system-sqlite.patch
··· 1 diff --git a/Cargo.toml b/Cargo.toml 2 - index b942d1719..da6f245c5 100644 3 --- a/Cargo.toml 4 +++ b/Cargo.toml 5 - @@ -148,7 +148,7 @@ regex = "1" 6 - reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "stream", "rustls-tls", "native-tls-vendored"] } 7 - ring = "0.16" 8 rpds = "0.11" 9 -rusqlite = { version = "0.28", features = ["bundled"] } 10 +rusqlite = { version = "0.28" } 11 - serde = { version = "1", features = ["derive"] } 12 - serde_json = "1" 13 - serde_repr = "0.1"
··· 1 diff --git a/Cargo.toml b/Cargo.toml 2 + index 6a7b2f610..4cd9a9bc0 100644 3 --- a/Cargo.toml 4 +++ b/Cargo.toml 5 + @@ -215,7 +215,7 @@ reqwest = { version = "0.11", default-features = false, features = [ 6 + ] } 7 + ring = "0.17" 8 rpds = "0.11" 9 -rusqlite = { version = "0.28", features = ["bundled"] } 10 +rusqlite = { version = "0.28" } 11 + rust_eth_kzg = "0.5.4" 12 + safe_arith = { path = "consensus/safe_arith" } 13 + sensitive_url = { path = "common/sensitive_url" }