go-ethereum: 1.7.0 -> 1.7.1

This commit is contained in:
adisbladis 2017-10-04 21:46:54 +08:00
parent d7d3125ba8
commit 5e87504aa0
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.0"; version = "1.7.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 = "0ybjaiyrfb320rab6a5r9iiqvkrcd8b2qvixzx0kjmc4a7l1q5zh"; sha256 = "1rhqnqp2d951d4084z7dc07q0my4wd5401968a0nqj030a9vgng2";
}; };
# Fix cyclic referencing on Darwin # Fix cyclic referencing on Darwin