Skip to content

Commit d3aa22d

Browse files
committed
nethermind: 2.25.4 -> 2.30.3
1 parent c714a44 commit d3aa22d

File tree

2 files changed

+809
-912
lines changed

2 files changed

+809
-912
lines changed

pkgs/nethermind/default.nix

Lines changed: 7 additions & 8 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.25.4";
15+
version = "1.30.3";
1616

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

@@ -34,20 +34,19 @@
3434
snappy
3535
];
3636

37-
patches = [
38-
./001-Remove-Commit-Fallback.patch
37+
projectFile = [
38+
"src/Nethermind/Nethermind.Runner/Nethermind.Runner.csproj"
39+
"src/Nethermind/Nethermind.Cli/Nethermind.Cli.csproj"
3940
];
40-
41-
projectFile = "src/Nethermind/Nethermind.sln";
4241
nugetDeps = ./nuget-deps.nix;
4342

4443
executables = [
4544
"nethermind-cli"
4645
"nethermind"
4746
];
4847

49-
dotnet-sdk = dotnetCorePackages.sdk_8_0;
50-
dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
48+
dotnet-sdk = dotnetCorePackages.sdk_9_0;
49+
dotnet-runtime = dotnetCorePackages.aspnetcore_9_0;
5150

5251
passthru = {
5352
# buildDotnetModule's `fetch-deps` uses `writeShellScript` instead of writeShellScriptBin making nix run .#nethermind.fetch-deps command to fail

0 commit comments

Comments
 (0)