Skip to content

Commit 145616f

Browse files
committed
nethermind: 1.35.0 -> 1.35.1
1 parent c2b2a8b commit 145616f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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.35.0";
16+
version = "1.35.1";
1717

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

0 commit comments

Comments
 (0)