Skip to content

Commit 9ee70c3

Browse files
authored
nethermind: 1.34.1 -> 1.35.0 (#719)
1 parent 25e27de commit 9ee70c3

File tree

2 files changed

+250
-85
lines changed

2 files changed

+250
-85
lines changed

pkgs/by-name/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.34.1";
16+
version = "1.35.0";
1717

1818
src = fetchFromGitHub {
1919
owner = "NethermindEth";
2020
repo = pname;
2121
rev = version;
22-
hash = "sha256-tJRiMlRy4PM7FG5sXbKCX9MERy/ET2WPL4Hjo1cGrHY=";
22+
hash = "sha256-1XMR0QayJpd8D0b7gvjtHpNp4dmLnH57Ge5JMBatYzY=";
2323
fetchSubmodules = true;
2424
};
2525

0 commit comments

Comments
 (0)