File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1616 "ethkey"
1717 "evm"
1818 "geth"
19- "p2psim"
2019 "rlpdump"
2120 ] ;
2221in
2322 buildGoModule rec {
2423 pname = "geth" ;
25- version = "1.14.7 " ;
24+ version = "1.14.8 " ;
2625
2726 src = fetchFromGitHub {
2827 owner = "ethereum" ;
2928 repo = "go-ethereum" ;
3029 rev = "v${ version } " ;
31- hash = "sha256-axllyeumgR6DJ5NXGBVanLcjfeDEHhBTRI9eiJUpFw4 =" ;
30+ hash = "sha256-y831v6ar1RdDvGQMZf2lZKgq2IQzAAQrNwDCL0xbj24 =" ;
3231 } ;
3332
3433 proxyVendor = true ;
35- vendorHash = "sha256-OnVHsJUDezTH1NFvDRO7lAtouSaBDRvhTbFdhloQLAs =" ;
34+ vendorHash = "sha256-CLGf64Fftu4u8Vaj66Q4xuRKBEMNZmpltUyaUMVyVJk =" ;
3635
3736 ldflags = [ "-s" "-w" ] ;
3837
5655 "cmd/ethkey"
5756 "cmd/evm"
5857 "cmd/geth"
59- "cmd/p2psim"
6058 "cmd/rlpdump"
6159 "cmd/utils"
6260 ] ;
You can’t perform that action at this time.
0 commit comments