We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634f26d commit b338aafCopy full SHA for b338aaf
pkgs/by-name/ne/nethermind/default.nix
@@ -13,13 +13,13 @@
13
}: let
14
self = buildDotnetModule rec {
15
pname = "nethermind";
16
- version = "1.31.9";
+ version = "1.32.4";
17
18
src = fetchFromGitHub {
19
owner = "NethermindEth";
20
repo = pname;
21
rev = version;
22
- hash = "sha256-5ExEFy9iFV69Q0ryykHRrFtHdXO7AXIp+AQxqCvcVUI=";
+ hash = "sha256-bzK/CV4fEhAhuha/bVPlZzZgLchrzt4vrAM2n4cKC8A=";
23
fetchSubmodules = true;
24
};
25
@@ -37,12 +37,10 @@
37
38
projectFile = [
39
"src/Nethermind/Nethermind.Runner/Nethermind.Runner.csproj"
40
- "src/Nethermind/Nethermind.Cli/Nethermind.Cli.csproj"
41
];
42
nugetDeps = ./nuget-deps.nix;
43
44
executables = [
45
- "nethermind-cli"
46
"nethermind"
47
48
0 commit comments