Skip to content

Commit 9324bd0

Browse files
committed
nethermind: 1.31.0 > 1.31.1
1 parent 3b34218 commit 9324bd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/nethermind/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
}: let
1313
self = buildDotnetModule rec {
1414
pname = "nethermind";
15-
version = "1.31.0";
15+
version = "1.31.1";
1616

1717
src = fetchFromGitHub {
1818
owner = "NethermindEth";
1919
repo = pname;
2020
rev = version;
21-
hash = "sha256-lR/WHOR8idHYr0QDwgNSvaUBaBmEUXlXkXvKrRpxBl8=";
21+
hash = "sha256-B86iVpDAztR9zZVBmMhN7M79PfpSXof4ny6iFb5GWpc=";
2222
fetchSubmodules = true;
2323
};
2424

0 commit comments

Comments
 (0)