File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 2121in
2222 buildGoModule rec {
2323 pname = "geth" ;
24- version = "1.14.13 " ;
24+ version = "1.15.9 " ;
2525
2626 src = fetchFromGitHub {
2727 owner = "ethereum" ;
2828 repo = "go-ethereum" ;
2929 rev = "v${ version } " ;
30- hash = "sha256-oJe+V11WArXVmoIC7nYN6oKc0VoHtRtelidyb3v6skI =" ;
30+ hash = "sha256-zD4uJJPVHiJ44+pBALQ4tEvYda3S7SIhn0ySyT6BSAQ =" ;
3131 } ;
3232
3333 proxyVendor = true ;
34- vendorHash = "sha256-IEwy3XRyj+5GjAWRjPsd5qzwEMpI/pZIwPjKdeATgkE =" ;
34+ vendorHash = "sha256-1FuVdx84jvMBo8VO6q+WaFpK3hWn88J7p8vhIDsQHPM =" ;
3535
3636 ldflags = [ "-s" "-w" ] ;
3737
4848 "cmd/abidump"
4949 "cmd/abigen"
5050 "cmd/blsync"
51- "cmd/bootnode"
5251 "cmd/clef"
5352 "cmd/devp2p"
5453 "cmd/era"
Original file line number Diff line number Diff line change 4747 # meta.platforms = [system];
4848 meta . platforms = [ "x86_64-linux" "aarch64-linux" ] ;
4949 } ) ;
50- geth = callPackage ./by-name/ge/geth { } ;
50+ geth = callPackageUnstable ./by-name/ge/geth { } ;
5151 geth-sealer = callPackage ./by-name/ge/geth-sealer { } ;
5252 heimdall = callPackage ./by-name/he/heimdall { } ;
5353 lighthouse = callPackageUnstable ./by-name/li/lighthouse { inherit foundry ; } ;
You can’t perform that action at this time.
0 commit comments