Skip to content

Commit 72c11cd

Browse files
authored
nimbus: 2.24.1 -> 2.27.1 (#632)
1 parent 1a88c1a commit 72c11cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ni/nimbus/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
targets ? ["nimbus_beacon_node" "nimbus_validator_client" "gnosis-build" "gnosis-vc-build"],
55
stableSystems ? ["x86_64-linux" "aarch64-linux"],
66
}: let
7-
version = "25.4.1";
7+
version = "25.7.1";
88
src = fetchFromGitHub {
99
owner = "status-im";
1010
repo = "nimbus-eth2";
1111
rev = "v${version}";
12-
hash = "sha256-iMfi6S+ABB/rX+NgtBTO1n8KBre7spKGf12t4dlK9gY=";
12+
hash = "sha256-oGhVKiLmBtnvCWAqMIbelU6NsWZMJk6O/ExHJFoLBqo=";
1313
fetchSubmodules = true;
1414
};
1515
in

0 commit comments

Comments
 (0)