go-ethereum: 1.8.1 -> 1.8.2

This commit is contained in:
adisbladis 2018-03-06 15:47:50 +08:00
parent cae5a3ba99
commit 8f38b1cd8f
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.1";
version = "1.8.2";
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 = "0k7ly9cw68ranksa1fdn7v2lncmlqgabw3qiiyqya2xz3s4aazlf";
sha256 = "19ryfy9dsmgk3kimkmq2hif1di4binqg9718xrmirf063rajk02a";
};
meta = with stdenv.lib; {