Skip to content

Commit

Permalink
nimbus: 25.1.0 > 25.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNikov committed Feb 21, 2025
1 parent a621aa5 commit 47d047f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/nimbus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
targets ? ["nimbus_beacon_node" "nimbus_validator_client" "gnosis-build" "gnosis-vc-build"],
stableSystems ? ["x86_64-linux" "aarch64-linux"],
}: let
version = "25.1.0";
version = "25.2.0";
src = fetchFromGitHub {
owner = "status-im";
repo = "nimbus-eth2";
rev = "v${version}";
hash = "sha256-kTpEN4bw/Pp2J4FEfHOEUMwBbEybVp7nhie4P3IHAnY=";
hash = "sha256-INALxgkuZ4kT/DrpzMBqgNeM8Ar78BRccmGWtqoGhB0=";
fetchSubmodules = true;
};
in
Expand Down

0 comments on commit 47d047f

Please sign in to comment.