Skip to content

Commit fb5029f

Browse files
committed
nimbus: 24.12.0 > 25.3.0
1 parent f681671 commit fb5029f

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

pkgs/nimbus/default.nix

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
{
2-
applyPatches,
32
fetchFromGitHub,
43
pkgs,
54
targets ? ["nimbus_beacon_node" "nimbus_validator_client" "gnosis-build" "gnosis-vc-build"],
65
stableSystems ? ["x86_64-linux" "aarch64-linux"],
76
}: 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];
7+
version = "25.3.0";
8+
src = fetchFromGitHub {
9+
owner = "status-im";
10+
repo = "nimbus-eth2";
11+
rev = "v${version}";
12+
hash = "sha256-v81pFj8V9IczTqbl3l3+NEMfesdmdnV3kQEi6iYBES0=";
13+
fetchSubmodules = true;
1814
};
1915
in
2016
import "${src}/nix" {inherit pkgs targets stableSystems;}

0 commit comments

Comments
 (0)