about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2017-11-24 13:52:07 +0800
committeradisbladis <adis@blad.is>2017-11-24 13:52:07 +0800
commit39a9ff95ef762436d6f1bd26fc270212a8cec10d (patch)
treef75a2160baca8713e1301c2cd851f269a7a1411d /pkgs/applications/altcoins
parent193c4c5701604016b565bdb0eba87489586ffe9d (diff)
downloadnixlib-39a9ff95ef762436d6f1bd26fc270212a8cec10d.tar
nixlib-39a9ff95ef762436d6f1bd26fc270212a8cec10d.tar.gz
nixlib-39a9ff95ef762436d6f1bd26fc270212a8cec10d.tar.bz2
nixlib-39a9ff95ef762436d6f1bd26fc270212a8cec10d.tar.lz
nixlib-39a9ff95ef762436d6f1bd26fc270212a8cec10d.tar.xz
nixlib-39a9ff95ef762436d6f1bd26fc270212a8cec10d.tar.zst
nixlib-39a9ff95ef762436d6f1bd26fc270212a8cec10d.zip
go-ethereum: 1.7.2 -> 1.7.3
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 04e68b1f1282..ca28dfb76b80 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.2";
+  version = "1.7.3";
   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 = "11n77zlf8qixhx26sqf33v911716msi6h0z4ng8gxhzhznrn2nrd";
+    sha256 = "1w6rbq2qpjyf2v9mr18yiv2af1h2sgyvgrdk4bd8ixgl3qcd5b11";
   };
 
   meta = with stdenv.lib; {