3
0
Fork 0
forked from mirrors/nixpkgs

go-ethereum: 1.7.3 -> 1.8.1

This commit is contained in:
adisbladis 2018-02-20 11:31:32 +08:00
parent aa50cbcf29
commit f9ce8e09ff
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

View file

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