File tree Expand file tree Collapse file tree 2 files changed +806
-911
lines changed Expand file tree Collapse file tree 2 files changed +806
-911
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments