go-ethereum: 1.8.22 -> 1.8.25 (#59220)

This commit is contained in:
xrelkd 2019-04-10 20:31:30 +08:00 committed by xeji
parent cc118b4426
commit 8c1f1b2324

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "go-ethereum-${version}";
version = "1.8.22";
version = "1.8.25";
goPackagePath = "github.com/ethereum/go-ethereum";
# Fix for usb-related segmentation faults on darwin
@ -16,7 +16,7 @@ buildGoPackage rec {
owner = "ethereum";
repo = "go-ethereum";
rev = "v${version}";
sha256 = "0ag9qxrf7n0qkccaf6v4jaysivpxvsy5zfzar3mcm65223pqy375";
sha256 = "0kjmr4brw6vszmqqyx8q330nfav8sy4ggn010n254gbi461zy5j7";
};
meta = with stdenv.lib; {