Skip to content

Commit f02225a

Browse files
committed
nimbus: 25.2.0 > 25.3.1
1 parent 87c1e84 commit f02225a

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

0 commit comments

Comments
 (0)