File tree Expand file tree Collapse file tree 2 files changed +7
-22
lines changed Expand file tree Collapse file tree 2 files changed +7
-22
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- applyPatches ,
3
2
fetchFromGitHub ,
4
3
pkgs ,
5
4
targets ? [ "nimbus_beacon_node" "nimbus_validator_client" "gnosis-build" "gnosis-vc-build" ] ,
6
5
stableSystems ? [ "x86_64-linux" "aarch64-linux" ] ,
7
6
} : 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.4.1" ;
8
+ src = fetchFromGitHub {
9
+ owner = "status-im" ;
10
+ repo = "nimbus-eth2" ;
11
+ rev = "v${ version } " ;
12
+ hash = "sha256-iMfi6S+ABB/rX+NgtBTO1n8KBre7spKGf12t4dlK9gY=" ;
13
+ fetchSubmodules = true ;
18
14
} ;
19
15
in
20
16
import "${ src } /nix" { inherit pkgs targets stableSystems ; }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments