File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 # meta.platforms = [system];
5959 meta . platforms = [ "x86_64-linux" "aarch64-linux" ] ;
6060 } ) ;
61- geth = callPackage ./geth { } ;
61+ geth = callPackageUnstable ./geth { } ;
6262 geth-sealer = callPackage ./geth-sealer { } ;
6363 heimdall = callPackage ./heimdall { } ;
6464 lighthouse = callPackageUnstable ./lighthouse { inherit foundry ; } ;
Original file line number Diff line number Diff line change 2020in
2121 buildGoModule rec {
2222 pname = "geth" ;
23- version = "1.15.2 " ;
23+ version = "1.15.6 " ;
2424 src = fetchFromGitHub {
2525 owner = "ethereum" ;
2626 repo = "go-ethereum" ;
2727 rev = "v${ version } " ;
28- hash = "sha256-eaUkPl8vQzvotYfZcnuBwphSfO33RPjWOYhyNNvXli4 =" ;
28+ hash = "sha256-BdNv0rx+9/F0leNj2AAej8psy8X8HysDrIXheVOOkSo =" ;
2929 } ;
3030
3131 proxyVendor = true ;
32- vendorHash = "sha256-cfBTSroeDb/htGzIWG8c9Jty+Qo0TrQBrnyYy/Yo2C4 =" ;
32+ vendorHash = "sha256-1FuVdx84jvMBo8VO6q+WaFpK3hWn88J7p8vhIDsQHPM =" ;
3333
3434 ldflags = [ "-s" "-w" ] ;
3535
You can’t perform that action at this time.
0 commit comments