File tree Expand file tree Collapse file tree 2 files changed +809
-912
lines changed Expand file tree Collapse file tree 2 files changed +809
-912
lines changed Original file line number Diff line number Diff line change 12
12
} : let
13
13
self = buildDotnetModule rec {
14
14
pname = "nethermind" ;
15
- version = "1.25.4 " ;
15
+ version = "1.30.3 " ;
16
16
17
17
src = fetchFromGitHub {
18
18
owner = "NethermindEth" ;
19
19
repo = pname ;
20
20
rev = version ;
21
- hash = "sha256-J0kvmj6yG7tUv16nDfQ14mmKnGgJ/Gshkf8wCFRs1B0 =" ;
21
+ hash = "sha256-J2G2ENgYfyUSNoi2tKIlbZzVXkxXqWP8Q+NihIzLiHo =" ;
22
22
fetchSubmodules = true ;
23
23
} ;
24
24
34
34
snappy
35
35
] ;
36
36
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"
39
40
] ;
40
-
41
- projectFile = "src/Nethermind/Nethermind.sln" ;
42
41
nugetDeps = ./nuget-deps.nix ;
43
42
44
43
executables = [
45
44
"nethermind-cli"
46
45
"nethermind"
47
46
] ;
48
47
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 ;
51
50
52
51
passthru = {
53
52
# buildDotnetModule's `fetch-deps` uses `writeShellScript` instead of writeShellScriptBin making nix run .#nethermind.fetch-deps command to fail
You can’t perform that action at this time.
0 commit comments