summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-02-20 11:31:32 +0800
committeradisbladis <adis@blad.is>2018-02-20 11:32:04 +0800
commitf9ce8e09ff636b2128f8e539836ba6d6019293a6 (patch)
treecbff6dccfafb9a33f0a55b40a842544d743c04c6 /pkgs/applications/altcoins
parentaa50cbcf29161d1dc261b52bae4c3c9025694c9d (diff)
downloadnixlib-f9ce8e09ff636b2128f8e539836ba6d6019293a6.tar
nixlib-f9ce8e09ff636b2128f8e539836ba6d6019293a6.tar.gz
nixlib-f9ce8e09ff636b2128f8e539836ba6d6019293a6.tar.bz2
nixlib-f9ce8e09ff636b2128f8e539836ba6d6019293a6.tar.lz
nixlib-f9ce8e09ff636b2128f8e539836ba6d6019293a6.tar.xz
nixlib-f9ce8e09ff636b2128f8e539836ba6d6019293a6.tar.zst
nixlib-f9ce8e09ff636b2128f8e539836ba6d6019293a6.zip
go-ethereum: 1.7.3 -> 1.8.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 ca28dfb76b80..f35213a085b1 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.3";
+  version = "1.8.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 = "1w6rbq2qpjyf2v9mr18yiv2af1h2sgyvgrdk4bd8ixgl3qcd5b11";
+    sha256 = "0k7ly9cw68ranksa1fdn7v2lncmlqgabw3qiiyqya2xz3s4aazlf";
   };
 
   meta = with stdenv.lib; {