Skip to content

Commit

Permalink
nethermind: 2.25.4 -> 2.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bbjubjub2494 committed Jan 5, 2025
1 parent c714a44 commit d3aa22d
Show file tree
Hide file tree
Showing 2 changed files with 809 additions and 912 deletions.
15 changes: 7 additions & 8 deletions pkgs/nethermind/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}: let
self = buildDotnetModule rec {
pname = "nethermind";
version = "1.25.4";
version = "1.30.3";

src = fetchFromGitHub {
owner = "NethermindEth";
repo = pname;
rev = version;
hash = "sha256-J0kvmj6yG7tUv16nDfQ14mmKnGgJ/Gshkf8wCFRs1B0=";
hash = "sha256-J2G2ENgYfyUSNoi2tKIlbZzVXkxXqWP8Q+NihIzLiHo=";
fetchSubmodules = true;
};

Expand All @@ -34,20 +34,19 @@
snappy
];

patches = [
./001-Remove-Commit-Fallback.patch
projectFile = [
"src/Nethermind/Nethermind.Runner/Nethermind.Runner.csproj"
"src/Nethermind/Nethermind.Cli/Nethermind.Cli.csproj"
];

projectFile = "src/Nethermind/Nethermind.sln";
nugetDeps = ./nuget-deps.nix;

executables = [
"nethermind-cli"
"nethermind"
];

dotnet-sdk = dotnetCorePackages.sdk_8_0;
dotnet-runtime = dotnetCorePackages.aspnetcore_8_0;
dotnet-sdk = dotnetCorePackages.sdk_9_0;
dotnet-runtime = dotnetCorePackages.aspnetcore_9_0;

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

0 comments on commit d3aa22d

Please sign in to comment.