Skip to content

Commit b338aaf

Browse files
bbjubjub2494aldoborrero
authored andcommitted
nethermind: 1.31.9 -> 1.32.4
1 parent 634f26d commit b338aaf

File tree

2 files changed

+329
-211
lines changed

2 files changed

+329
-211
lines changed

pkgs/by-name/ne/nethermind/default.nix

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
}: let
1414
self = buildDotnetModule rec {
1515
pname = "nethermind";
16-
version = "1.31.9";
16+
version = "1.32.4";
1717

1818
src = fetchFromGitHub {
1919
owner = "NethermindEth";
2020
repo = pname;
2121
rev = version;
22-
hash = "sha256-5ExEFy9iFV69Q0ryykHRrFtHdXO7AXIp+AQxqCvcVUI=";
22+
hash = "sha256-bzK/CV4fEhAhuha/bVPlZzZgLchrzt4vrAM2n4cKC8A=";
2323
fetchSubmodules = true;
2424
};
2525

@@ -37,12 +37,10 @@
3737

3838
projectFile = [
3939
"src/Nethermind/Nethermind.Runner/Nethermind.Runner.csproj"
40-
"src/Nethermind/Nethermind.Cli/Nethermind.Cli.csproj"
4140
];
4241
nugetDeps = ./nuget-deps.nix;
4342

4443
executables = [
45-
"nethermind-cli"
4644
"nethermind"
4745
];
4846

0 commit comments

Comments
 (0)