We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a88c1a commit 72c11cdCopy full SHA for 72c11cd
pkgs/by-name/ni/nimbus/default.nix
@@ -4,12 +4,12 @@
4
targets ? ["nimbus_beacon_node" "nimbus_validator_client" "gnosis-build" "gnosis-vc-build"],
5
stableSystems ? ["x86_64-linux" "aarch64-linux"],
6
}: let
7
- version = "25.4.1";
+ version = "25.7.1";
8
src = fetchFromGitHub {
9
owner = "status-im";
10
repo = "nimbus-eth2";
11
rev = "v${version}";
12
- hash = "sha256-iMfi6S+ABB/rX+NgtBTO1n8KBre7spKGf12t4dlK9gY=";
+ hash = "sha256-oGhVKiLmBtnvCWAqMIbelU6NsWZMJk6O/ExHJFoLBqo=";
13
fetchSubmodules = true;
14
};
15
in
0 commit comments