File tree Expand file tree Collapse file tree 4 files changed +7
-114
lines changed Expand file tree Collapse file tree 4 files changed +7
-114
lines changed Original file line number Diff line number Diff line change 7171 mev-rs = callPackage ./mev-rs { } ;
7272 nethermind = callPackageNethermind ./nethermind { } ;
7373 nimbus = callPackageUnstable ./nimbus { } ;
74- nimbus-eth2 = callPackageUnstable ./nimbus-eth2 {
75- # For now the nimbus team prefers nim 1.6 over 2.0.
76- # In newer versions of `pkgsUnstable` `nim` points to v2.0.0 in older it is 1.6.
77- # In newer versions the `nim1` package exists but not in older.
78- # See: https://github.com/status-im/nimbus-build-system/commits/master/vendor
79- nim = pkgsUnstable . nim1 or pkgsUnstable . nim ;
80- } ;
8174 prysm = callPackage ./prysm { inherit bls blst ; } ;
8275 reth = callPackageUnstable ./reth { } ;
8376 rocketpool = callPackage ./rocketpool { } ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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.1.0" ;
8+ src = fetchFromGitHub {
9+ owner = "status-im" ;
10+ repo = "nimbus-eth2" ;
11+ rev = "v${ version } " ;
12+ hash = "sha256-I+rDkVUk5BLxV2wNnRMHSE9Uuz9KykbVeXB40zvRZz8=" ;
13+ fetchSubmodules = true ;
1814 } ;
1915in
2016 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