summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-04-30 13:31:09 +0800
committeradisbladis <adis@blad.is>2018-04-30 13:31:09 +0800
commit5f5257dbce61d8fd417b64b59ddaffc62c695f4f (patch)
tree7cd9649a90ca984478d17153c6722a5d51b4ff60 /pkgs/applications/altcoins
parent12d89a7ed960243955f3fa8b4de8ac5b38018890 (diff)
downloadnixpkgs-5f5257dbce61d8fd417b64b59ddaffc62c695f4f.tar
nixpkgs-5f5257dbce61d8fd417b64b59ddaffc62c695f4f.tar.gz
nixpkgs-5f5257dbce61d8fd417b64b59ddaffc62c695f4f.tar.bz2
nixpkgs-5f5257dbce61d8fd417b64b59ddaffc62c695f4f.tar.lz
nixpkgs-5f5257dbce61d8fd417b64b59ddaffc62c695f4f.tar.xz
nixpkgs-5f5257dbce61d8fd417b64b59ddaffc62c695f4f.tar.zst
nixpkgs-5f5257dbce61d8fd417b64b59ddaffc62c695f4f.zip
go-ethereum: 1.8.3 -> 1.8.6
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 65e1dbc9b19..a47b7fa3168 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.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; {