go-ethereum: 1.8.3 -> 1.8.6

This commit is contained in:
adisbladis 2018-04-30 13:31:09 +08:00
parent 12d89a7ed9
commit 5f5257dbce
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "go-ethereum-${version}";
version = "1.8.3";
version = "1.8.6";
goPackagePath = "github.com/ethereum/go-ethereum";
# Fix for usb-related segmentation faults on darwin
@ -27,7 +27,7 @@ buildGoPackage rec {
owner = "ethereum";
repo = "go-ethereum";
rev = "v${version}";
sha256 = "1vdrf3fi4arr6aivyp5myj4jy7apqbiqa6brr3jplmc07q1yijnf";
sha256 = "1n6f34r7zlc64l1q8xzcjk5sljdznjwp81d9naapprhpqb8g01gl";
};
meta = with stdenv.lib; {