go-ethereum: 1.8.10 -> 1.8.11

This commit is contained in:
adisbladis 2018-06-13 11:51:23 +08:00
parent 274bb96073
commit b346b0226d
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.10";
version = "1.8.11";
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 = "1n36pz4y3xa4d46mynym98bra79qx5n9lb29chyxfpvi5fmprdg1";
sha256 = "1b4za0hszb95jnj97g4xkrgcl0bydllznm0wj6rpi6cwmdr0h8na";
};
meta = with stdenv.lib; {