summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-10-04 21:46:54 +0800
committeradisbladis <adis@blad.is>2017-10-04 21:46:54 +0800
commit5e87504aa0a74832c50fa891cf38ca2597dc1b83 (patch)
tree48175988f24cdc6283dc674a74ded18d100c4d42 /pkgs/applications/altcoins
parentd7d3125ba810018c54b7db7e33e493f682f6f9b0 (diff)
downloadnixlib-5e87504aa0a74832c50fa891cf38ca2597dc1b83.tar
nixlib-5e87504aa0a74832c50fa891cf38ca2597dc1b83.tar.gz
nixlib-5e87504aa0a74832c50fa891cf38ca2597dc1b83.tar.bz2
nixlib-5e87504aa0a74832c50fa891cf38ca2597dc1b83.tar.lz
nixlib-5e87504aa0a74832c50fa891cf38ca2597dc1b83.tar.xz
nixlib-5e87504aa0a74832c50fa891cf38ca2597dc1b83.tar.zst
nixlib-5e87504aa0a74832c50fa891cf38ca2597dc1b83.zip
go-ethereum: 1.7.0 -> 1.7.1
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 45c990d88a5f..279e767173a2 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.0";
+  version = "1.7.1";
   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 = "0ybjaiyrfb320rab6a5r9iiqvkrcd8b2qvixzx0kjmc4a7l1q5zh";
+    sha256 = "1rhqnqp2d951d4084z7dc07q0my4wd5401968a0nqj030a9vgng2";
   };
 
   # Fix cyclic referencing on Darwin