Merge pull request #329136 from r-ryantm/auto-update/lighthouse

lighthouse: 5.2.0 -> 5.3.0
This commit is contained in:
Sebastián Mancilla 2024-08-13 21:22:28 -04:00 committed by GitHub
commit 4b6b2d5a22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 497 additions and 419 deletions

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@
rustPlatform.buildRustPackage rec {
pname = "lighthouse";
version = "5.2.0";
version = "5.3.0";
# lighthouse/common/deposit_contract/build.rs
depositContractSpecVersion = "0.12.1";
@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec {
owner = "sigp";
repo = "lighthouse";
rev = "v${version}";
hash = "sha256-kruHYFPQ9H9HtEjzscQOyghPSpx++wNbHDYOVo0qtjY=";
hash = "sha256-wIj+YabyUrgLjWCfjCAH/Xb8jUG6ss+5SwnE2M82a+4=";
};
patches = [
@ -46,9 +46,9 @@ rustPlatform.buildRustPackage rec {
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"alloy-consensus-0.1.0" = "sha256-y5AIZN4d7Vm2dVa3jd0e6zXwC8hzPyOv0h5+W/Az3rs=";
"libmdbx-0.1.4" = "sha256-NMsR/Wl1JIj+YFPyeMMkrJFfoS07iEAKEQawO89a+/Q=";
"libmdbx-0.1.4" = "sha256-ONp4uPkVCN84MObjXorCZuSjnM6uFSMXK1vdJiX074o=";
"lmdb-rkv-0.14.0" = "sha256-sxmguwqqcyOlfXOZogVz1OLxfJPo+Q0+UjkROkbbOCk=";
"quick-protobuf-0.8.1" = "sha256-dgePLYCeoEZz5DGaLifhf3gEIPaL7XB0QT9wRKY8LJg=";
};
};