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 2938cd2 commit 3b34218Copy full SHA for 3b34218
pkgs/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.1.0";
+ version = "25.2.0";
8
src = fetchFromGitHub {
9
owner = "status-im";
10
repo = "nimbus-eth2";
11
rev = "v${version}";
12
- hash = "sha256-kTpEN4bw/Pp2J4FEfHOEUMwBbEybVp7nhie4P3IHAnY=";
+ hash = "sha256-INALxgkuZ4kT/DrpzMBqgNeM8Ar78BRccmGWtqoGhB0=";
13
fetchSubmodules = true;
14
};
15
in
0 commit comments