File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 99 "abidump"
1010 "abigen"
1111 "blsync"
12- "bootnode"
1312 "clef"
1413 "devp2p"
1514 "era"
2120in
2221 buildGoModule rec {
2322 pname = "geth" ;
24- version = "1.14.13" ;
25-
23+ version = "1.15.0" ;
2624 src = fetchFromGitHub {
2725 owner = "ethereum" ;
2826 repo = "go-ethereum" ;
2927 rev = "v${ version } " ;
30- hash = "sha256-oJe+V11WArXVmoIC7nYN6oKc0VoHtRtelidyb3v6skI =" ;
28+ hash = "sha256-qfk9G3/wzeh8Nf7BG4Qv6It/bY1ZYoYyHsgoqgCyd6E =" ;
3129 } ;
3230
3331 proxyVendor = true ;
34- vendorHash = "sha256-IEwy3XRyj+5GjAWRjPsd5qzwEMpI/pZIwPjKdeATgkE =" ;
32+ vendorHash = "sha256-gTwmtrdj3+Pa4UxaUuhwk2Dtgur82Tbd0ict1cgVinw =" ;
3533
3634 ldflags = [ "-s" "-w" ] ;
3735
4846 "cmd/abidump"
4947 "cmd/abigen"
5048 "cmd/blsync"
51- "cmd/bootnode"
5249 "cmd/clef"
5350 "cmd/devp2p"
5451 "cmd/era"
You can’t perform that action at this time.
0 commit comments