Skip to content

Commit 3b34218

Browse files
committed
nimbus: 25.1.0 > 25.2.0
1 parent 2938cd2 commit 3b34218

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/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.1.0";
7+
version = "25.2.0";
88
src = fetchFromGitHub {
99
owner = "status-im";
1010
repo = "nimbus-eth2";
1111
rev = "v${version}";
12-
hash = "sha256-kTpEN4bw/Pp2J4FEfHOEUMwBbEybVp7nhie4P3IHAnY=";
12+
hash = "sha256-INALxgkuZ4kT/DrpzMBqgNeM8Ar78BRccmGWtqoGhB0=";
1313
fetchSubmodules = true;
1414
};
1515
in

0 commit comments

Comments
 (0)