Skip to content

Commit fd45ee7

Browse files
bbjubjub2494MartinNikov
authored andcommitted
nethermind: 1.30.3 -> 1.31.9
Co-Authored-By: Martin Nikov <[email protected]>
1 parent 439d3ed commit fd45ee7

File tree

3 files changed

+169
-262
lines changed

3 files changed

+169
-262
lines changed

pkgs/by-name/ne/nethermind/001-Remove-Commit-Fallback.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 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.30.3";
16+
version = "1.31.9";
1717

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

0 commit comments

Comments
 (0)