summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2017-10-14 16:38:33 +0200
committerLuca Bruno <lethalman88@gmail.com>2017-10-14 16:39:36 +0200
commit7c4566294726a47cd35f603e06dfedee5e6f1b78 (patch)
tree8b5bbb09965107ef5d639246777a3b3764b9e9dd /pkgs/applications/altcoins
parent8c618fce30b958b002c056a73f416b7722b0b6f0 (diff)
go-ethereum: 1.7.1 -> 1.7.2
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 279e767173a29..4a1c62535f9eb 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.7.1";
+  version = "1.7.2";
   goPackagePath = "github.com/ethereum/go-ethereum";
 
   # Fix for usb-related segmentation faults on darwin
@@ -16,7 +16,7 @@ buildGoPackage rec {
     owner = "ethereum";
     repo = "go-ethereum";
     rev = "v${version}";
-    sha256 = "1rhqnqp2d951d4084z7dc07q0my4wd5401968a0nqj030a9vgng2";
+    sha256 = "11n77zlf8qixhx26sqf33v911716msi6h0z4ng8gxhzhznrn2nrd";
   };
 
   # Fix cyclic referencing on Darwin