Skip to content

Commit 2285b10

Browse files
committed
nimbus: 24.12.0 > 25.2.0
1 parent 8ecfbdc commit 2285b10

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

pkgs/nimbus/default.nix

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@
55
targets ? ["nimbus_beacon_node" "nimbus_validator_client" "gnosis-build" "gnosis-vc-build"],
66
stableSystems ? ["x86_64-linux" "aarch64-linux"],
77
}: let
8-
version = "24.12.0";
9-
src = applyPatches {
10-
src = fetchFromGitHub {
11-
owner = "status-im";
12-
repo = "nimbus-eth2";
13-
rev = "v${version}";
14-
hash = "sha256-DBvsnGr91a69eCj1hAeoVOpxas5rfaT36rIxWEmvIVg=";
15-
fetchSubmodules = true;
16-
};
17-
patches = [./fix-hash.patch];
8+
version = "25.2.0";
9+
src = fetchFromGitHub {
10+
owner = "status-im";
11+
repo = "nimbus-eth2";
12+
rev = "v${version}";
13+
hash = "sha256-aPyfbQ1983jaWL2XI0yyLHXYegIPT7ugPbFfid5pkfo=";
14+
fetchSubmodules = true;
1815
};
1916
in
2017
import "${src}/nix" {inherit pkgs targets stableSystems;}

0 commit comments

Comments
 (0)