File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 bls ,
33 blst ,
44 ckzg ,
5- buildGo124Module ,
5+ buildGoModule ,
66 fetchFromGitHub ,
77 libelf ,
88 nix-update-script ,
99} :
10- buildGo124Module rec {
10+ buildGoModule rec {
1111 pname = "prysm" ;
12- version = "6 .0.4 " ;
12+ version = "7 .0.0 " ;
1313
1414 src = fetchFromGitHub {
1515 owner = "prysmaticlabs" ;
1616 repo = pname ;
1717 rev = "v${ version } " ;
18- hash = "sha256-Z11ty5XwLG7G4t1/yJTdZMGpM6xJsYPxfa0xZ2mk+I0 =" ;
18+ hash = "sha256-Rre7eFhGTt5QnkyOhfctqoblQRlaQl+ZpUlaHBEo+E0 =" ;
1919 } ;
2020
21- vendorHash = "sha256-WiS4hTFZeJ3gZDumYndkZ8H7B8JP3qzuJQmVqNsIuoo =" ;
21+ vendorHash = "sha256-qD65NoPCj8YH0vl4szu3sDDn0y4w3cmcQZFzhHZpqMM =" ;
2222
2323 buildInputs = [ bls blst ckzg libelf ] ;
2424
Original file line number Diff line number Diff line change 5858 mev-boost-relay = callPackage ./by-name/mev-boost-relay { inherit blst ; } ;
5959 nethermind = callPackage ./by-name/nethermind { } ;
6060 nimbus = callPackage ./by-name/nimbus { } ;
61- prysm = callPackage ./by-name/prysm { inherit bls blst ckzg ; } ;
61+ prysm = callPackageUnstable ./by-name/prysm { inherit bls blst ckzg ; } ;
6262 reth = callPackageUnstable ./by-name/reth { } ;
6363 rocketpool = callPackageUnstable ./by-name/rocketpool { } ;
6464 rocketpoold = callPackageUnstable ./by-name/rocketpoold { inherit bls blst ; } ;
You can’t perform that action at this time.
0 commit comments