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 87c1e84 commit f02225aCopy full SHA for f02225a
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.2.0";
+ version = "25.3.1";
8
src = fetchFromGitHub {
9
owner = "status-im";
10
repo = "nimbus-eth2";
11
rev = "v${version}";
12
- hash = "sha256-INALxgkuZ4kT/DrpzMBqgNeM8Ar78BRccmGWtqoGhB0=";
+ hash = "sha256-3/FXHzq6YrJUNa9/nHaV8xXn3IOqCT5ymf6VU6wlXIk=";
13
fetchSubmodules = true;
14
};
15
in
0 commit comments