about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-05-28 13:12:55 +0800
committeradisbladis <adis@blad.is>2018-05-28 13:12:55 +0800
commit9f6af81c3e6f783aa7b6a4f88998893fb6e78fc9 (patch)
tree08bb19abe6e66ae6730e10a283624437f9164805 /pkgs/applications/altcoins
parenta797bd6bdab7f7f9b9c1ec7efbd7264d1d7aa24c (diff)
go-ethereum: 1.8.6 -> 1.8.8
Diffstat (limited to 'pkgs/applications/altcoins')
-rw-r--r--pkgs/applications/altcoins/go-ethereum.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/altcoins/go-ethereum.nix b/pkgs/applications/altcoins/go-ethereum.nix
index a47b7fa3168fb..021764f5023f8 100644
--- a/pkgs/applications/altcoins/go-ethereum.nix
+++ b/pkgs/applications/altcoins/go-ethereum.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "go-ethereum-${version}";
-  version = "1.8.6";
+  version = "1.8.8";
   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 = "1n6f34r7zlc64l1q8xzcjk5sljdznjwp81d9naapprhpqb8g01gl";
+    sha256 = "059nd2jvklziih679dd4cd34xjpj1ci7fha83wv86xjz61awyb16";
   };
 
   meta = with stdenv.lib; {