Skip to content

Commit 5d24a00

Browse files
MartinNikovSyndamia
andcommitted
nethermind: 1.30.3 > 1.31.0
Co-authored-by: Kamen Mladenov <[email protected]>
1 parent 22bd52c commit 5d24a00

File tree

3 files changed

+482
-239
lines changed

3 files changed

+482
-239
lines changed

pkgs/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@
135135
mev-boost.bin = "mev-boost";
136136
mev-rs.bin = "mev";
137137
nethermind = {
138-
nethermind.bin = "Nethermind.Cli";
139-
nethermind-runner.bin = "Nethermind.Runner";
138+
nethermind.bin = "nethermind-cli";
139+
nethermind-runner.bin = "nethermind";
140140
};
141141
nimbus = {
142142
nimbus-beacon-node.bin = "nimbus_beacon_node";

pkgs/nethermind/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}: let
1313
self = buildDotnetModule rec {
1414
pname = "nethermind";
15-
version = "1.30.3";
15+
version = "1.31.0";
1616

1717
src = fetchFromGitHub {
1818
owner = "NethermindEth";
1919
repo = pname;
2020
rev = version;
21-
hash = "sha256-J2G2ENgYfyUSNoi2tKIlbZzVXkxXqWP8Q+NihIzLiHo=";
21+
hash = "sha256-lR/WHOR8idHYr0QDwgNSvaUBaBmEUXlXkXvKrRpxBl8=";
2222
fetchSubmodules = true;
2323
};
2424

@@ -59,7 +59,7 @@
5959
description = "Our flagship Ethereum client for Linux, Windows, and macOS—full and actively developed";
6060
homepage = "https://nethermind.io/nethermind-client";
6161
license = lib.licenses.gpl3;
62-
mainProgram = "Nethermind.Runner";
62+
mainProgram = "nethermind";
6363
platforms = ["x86_64-linux"];
6464
};
6565
};

0 commit comments

Comments
 (0)