Skip to content

Commit d266ffe

Browse files
committed
wip: fix: Nethermind
1 parent 29865ce commit d266ffe

File tree

3 files changed

+581
-833
lines changed

3 files changed

+581
-833
lines changed

pkgs/nethermind/001-Remove-Commit-Fallback.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

pkgs/nethermind/default.nix

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

1717
src = fetchFromGitHub {
1818
owner = "NethermindEth";
1919
repo = pname;
2020
rev = version;
21-
hash = "sha256-J0kvmj6yG7tUv16nDfQ14mmKnGgJ/Gshkf8wCFRs1B0=";
22-
fetchSubmodules = true;
21+
hash = "sha256-kiWx2Jd5tzXnbUGhPJ7FM4BAj9O7bnNQtDFrKG3NcpI=";
2322
};
2423

2524
buildInputs = [
@@ -34,9 +33,9 @@
3433
snappy
3534
];
3635

37-
patches = [
38-
./001-Remove-Commit-Fallback.patch
39-
];
36+
# patches = [
37+
# ./001-Remove-Commit-Fallback.patch
38+
# ];
4039

4140
projectFile = "src/Nethermind/Nethermind.sln";
4241
nugetDeps = ./nuget-deps.nix;
@@ -46,7 +45,7 @@
4645
"nethermind"
4746
];
4847

49-
dotnet-sdk = dotnetCorePackages.sdk_8_0;
48+
dotnet-sdk = dotnetCorePackages.sdk_8_0_1xx;
5049
dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
5150

5251
passthru = {
@@ -57,9 +56,9 @@
5756
};
5857

5958
meta = {
60-
description = "Our flagship Ethereum client for Linux, Windows, and macOS—full and actively developed";
61-
homepage = "https://nethermind.io/nethermind-client";
62-
license = lib.licenses.gpl3;
59+
description = "A robust execution client for Ethereum node operators";
60+
homepage = "https://www.nethermind.io/nethermind-client";
61+
license = lib.licenses.gpl3Only;
6362
mainProgram = "Nethermind.Runner";
6463
platforms = ["x86_64-linux"];
6564
};

0 commit comments

Comments
 (0)