Skip to content

Commit df5c8bc

Browse files
github-actions[bot]selfuryonbottie-mc-bot-face
authored andcommitted
chore: update packages (#467)
* chore: add foundry,lighthouse,wake and reth to blacklist for updating * charon: 0.18.0 -> 0.19.0 Diff: ObolNetwork/charon@refs/tags/v0.18.0...v0.19.0 * eigenlayer: 0.5.0 -> 0.6.1 Diff: Layr-Labs/eigenlayer-cli@v0.5.0...v0.6.1 * erigon: 2.57.0 -> 2.57.3 Diff: erigontech/erigon@v2.57.0...v2.57.3 * ethereal: 2.8.10 -> 2.9.0 Diff: wealdtech/ethereal@v2.8.10...v2.9.0 * geth: 1.13.11 -> 1.13.12 Diff: ethereum/go-ethereum@v1.13.11...v1.13.12 * geth-sealer: geth-sealer-v1.13.4 -> geth-sealer-v1.13.5 Diff: manifoldfinance/geth-sealer@geth-sealer-v1.13.4...geth-sealer-v1.13.5 * mev-boost-relay: 0.27.0 -> 0.29.0 Diff: flashbots/mev-boost-relay@v0.27.0...v0.29.0 * sedge: 1.2.3 -> 1.3.0 Diff: NethermindEth/sedge@v1.2.3...v1.3.0 * ssvnode: 1.2.2 -> 1.2.3 Diff: ssvlabs/ssv@v1.2.2...v1.2.3 --------- Co-authored-by: Sergey Yakovlev <[email protected]> Co-authored-by: Bottie McBotFace <[email protected]>
1 parent e78a733 commit df5c8bc

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

pkgs/charon/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
buildGoModule rec {
99
pname = "charon";
10-
version = "0.18.0";
10+
version = "0.19.0";
1111

1212
src = fetchFromGitHub {
1313
owner = "ObolNetwork";
1414
repo = "${pname}";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-muBmWiQqSYiLxXQaCktuuJ8HJhyRNvPSz/OIzUGigCU=";
16+
hash = "sha256-blKROCrcJscdUTbCw6rc6lZ5soJ7ekdHsur02GfPGeg=";
1717
};
1818

19-
vendorHash = "sha256-bOL09/v+/0yP+NokriChDI4qWxosv2ib0z3xIrfEShc=";
19+
vendorHash = "sha256-rrKTBoB+zqlPSvLvw0MafKmjXPvJRgsfDyiZ9LgRcZw=";
2020

2121
buildInputs = [bls mcl];
2222

pkgs/eigenlayer/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
buildGoModule rec {
88
pname = "eigenlayer";
9-
version = "0.5.0";
9+
version = "0.6.1";
1010

1111
src = fetchFromGitHub {
1212
owner = "Layr-Labs";
1313
repo = "eigenlayer-cli";
1414
rev = "v${version}";
15-
hash = "sha256-zLTzDVXj2XTjgMuTLXVQStzDkkOGU2kCgIvBmJKohY4";
15+
hash = "sha256-PN1VB01NyBrDNIDpUIQlzhdwKoy17X1GdfQfRrN3bWo=";
1616
};
1717

18-
vendorHash = "sha256-gAW+yEj4aRHTuuZLrqQs8lebs9/O0uGxkHRK3B1TG+Q=";
18+
vendorHash = "sha256-VcXjYiJ9nwSCQJvQd7UYduZKJISRfoEXjziiX6Z3w6Q=";
1919

2020
ldflags = ["-s" "-w"];
2121
subPackages = ["cmd/eigenlayer"];

pkgs/erigon/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
}:
77
buildGoModule rec {
88
pname = "erigon";
9-
version = "2.57.0";
9+
version = "2.57.3";
1010

1111
src = fetchFromGitHub {
1212
owner = "ledgerwatch";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-JpTrJK6i+dxFtL6gbqE4M+MtVH1CTqeXFE76JjYEGHg=";
15+
hash = "sha256-o303l2NTBfySx5V+j2ohjeMogSv8wOPAiPKHeYF/yb4=";
1616
fetchSubmodules = true;
1717
};
1818

pkgs/ethereal/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
buildGoModule rec {
88
pname = "ethereal";
9-
version = "2.8.10";
9+
version = "2.9.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "wealdtech";
1313
repo = pname;
1414
rev = "v${version}";
15-
hash = "sha256-UuKvvce6qgOSZ/MEydrzpXtnrcEEmxasJ3KTh6efQVM=";
15+
hash = "sha256-RbrSVi24LT1juP0tPIIig75V/ak9T1xtlE8ajgVIJKI=";
1616
};
1717

18-
vendorHash = "sha256-fYl7DynYbMuebRzWps/M4MkHv4u4CW3Ao9UothvRDoc=";
18+
vendorHash = "sha256-WtFQ75tgWim76Gsg/q1yx0nkJql3wiOwmjF7KVClxXY=";
1919

2020
doCheck = false;
2121

pkgs/geth-sealer/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
buildGoModule rec {
88
pname = "geth-sealer";
9-
version = "geth-sealer-v1.13.4";
9+
version = "geth-sealer-v1.13.5";
1010

1111
src = fetchFromGitHub {
1212
owner = "manifoldfinance";
1313
repo = "geth-sealer";
1414
rev = "${version}";
15-
hash = "sha256-bvo+WRI08raxJlGKVHAU60DvV4YJ6qrSs3kqLya8T6M=";
15+
hash = "sha256-UHIhEHDVaLTmJdvUFQxQi6f1v46+KQXTrivUEBVCSMA=";
1616
};
1717

18-
vendorHash = "sha256-YmUgKO3JtVOE/YACqL/QBiyR1jT/jPCH+Gb0xYwkJEc=";
18+
vendorHash = "sha256-dOvpOCMxxmcAaticSLVlro1L4crAVJWyvgx/JZZ7buE=";
1919

2020
ldflags = ["-s" "-w"];
2121

pkgs/geth/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
in
2121
buildGoModule rec {
2222
pname = "geth";
23-
version = "1.13.11";
23+
version = "1.13.12";
2424

2525
src = fetchFromGitHub {
2626
owner = "ethereum";
2727
repo = "go-ethereum";
2828
rev = "v${version}";
29-
hash = "sha256-GCU9CvIcvXzqT4jaugqgZrueqLGYFDygBObwM667hVo=";
29+
hash = "sha256-2olJV7Z01kuXlUGyI0v4YNW07/RfYiDUhBncCIS4s0A=";
3030
};
3131

32-
vendorHash = "sha256-LRB1JQ0O8f9TsoCjc7keXdJj4lkGnfbf6UaLmjevpzM=";
32+
vendorHash = "sha256-gcLVQTBpOE0DHz7/p7PENhwghftJKUDm88/4jaQ1VYw=";
3333

3434
ldflags = ["-s" "-w"];
3535

pkgs/mev-boost-relay/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
}:
77
buildGoModule rec {
88
pname = "mev-boost-relay";
9-
version = "0.27.0";
9+
version = "0.29.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "flashbots";
1313
repo = "${pname}";
1414
rev = "v${version}";
15-
hash = "sha256-SlKx2lsNcOSENl8cgk2nWMe5sFVSHQE5BpF5vYFOG/0=";
15+
hash = "sha256-PiST/SL+p4xt85vqznuF36CfgT+9CcNSiLEt9s3zwxE=";
1616
};
1717

18-
vendorHash = "sha256-i9LLqybKHhKSfE39v04rgJ3kZUPscGN+QFXD8ftYO9o=";
18+
vendorHash = "sha256-STKrgy81HPbUC/Psp4KonToIfrYawawW67tAj9n2s24=";
1919

2020
buildInputs = [blst];
2121

pkgs/sedge/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
nix-update-script,
88
}: let
99
pname = "sedge";
10-
version = "1.2.3";
10+
version = "1.3.0";
1111
in
1212
buildGoModule {
1313
inherit pname version;
@@ -16,9 +16,9 @@ in
1616
owner = "NethermindEth";
1717
repo = pname;
1818
rev = "v${version}";
19-
hash = "sha256-7KTNDRqQ84bB+oyO2JYLjbDxDjyx9uAOuHpWSV0VGWE=";
19+
hash = "sha256-fwkbJQ56QL6Q5cYd/kUhuyvL+n3Nf35xWszMTRQdJkY=";
2020
};
21-
vendorHash = "sha256-Fasmr5h8CyWEPNHMKp1OL+s/A9TObx2fq1EgRf9HN4o=";
21+
vendorHash = "sha256-HZ/v5bY4BHXYw+8tGirukwFoLTQccDl0c1iPhsla424=";
2222
proxyVendor = true;
2323

2424
buildInputs = [bls mcl];

pkgs/ssvnode/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
}:
88
buildGo120Module rec {
99
pname = "ssv";
10-
version = "1.2.2";
10+
version = "1.2.3";
1111

1212
src = fetchFromGitHub {
1313
owner = "bloxapp";
1414
repo = "${pname}";
1515
rev = "v${version}";
16-
hash = "sha256-POcz5TxeGfqdoYD0YSDD9Rt3UTPW1fayn2w0Rm2LEAk=";
16+
hash = "sha256-3DTdrxfBZOXAw0nCmVQCEoPXM9/khydvRikOw+9ZXj4=";
1717
};
1818

19-
vendorHash = "sha256-FtY7xK1OvA0Tluo96zSdie2tpRVHiDcJdT0Z7ledDWk=";
19+
vendorHash = "sha256-pAEJN1Ju4TQRXObbZp9IkPuKOFmFXt1tBgHYwmVT3u4=";
2020

2121
buildInputs = [bls mcl];
2222

0 commit comments

Comments
 (0)