Skip to content

Commit 33347fe

Browse files
nethermind: 1.36.0 -> 1.36.1 (#988)
Co-authored-by: nix-flake-auto-update[bot] <234984901+nix-flake-auto-update[bot]@users.noreply.github.com> Co-authored-by: Julie B. <15657735+bbjubjub2494@users.noreply.github.com>
1 parent a32b447 commit 33347fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nethermind/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
}:
1212
buildDotnetModule rec {
1313
pname = "nethermind";
14-
version = "1.36.0";
14+
version = "1.36.1";
1515

1616
src = fetchFromGitHub {
1717
owner = "NethermindEth";
1818
repo = pname;
1919
rev = version;
20-
hash = "sha256-BhWhmJPDG/C4i8UL1E2j1doHxDlF5JAoWhKlgJbrwPw=";
20+
hash = "sha256-qktSTplmAMj09y7GF6J1xrforKgZq3oCQ/RrYME8sFA=";
2121
fetchSubmodules = true;
2222
};
2323

0 commit comments

Comments
 (0)