summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorlewo <lewo@abesis.fr>2018-06-12 08:57:22 +0200
committerGitHub <noreply@github.com>2018-06-12 08:57:22 +0200
commitb224bc1d2b75e212531a07c5953f6c978880fc77 (patch)
treef368319728ba269743ca511600caf4277fe20e87 /pkgs
parent04d3e130b8d11f046bae38be9731900e92cb0d1c (diff)
parent3808c0a76297061f44267189adf01fe6ef75a2b6 (diff)
downloadnixlib-b224bc1d2b75e212531a07c5953f6c978880fc77.tar
nixlib-b224bc1d2b75e212531a07c5953f6c978880fc77.tar.gz
nixlib-b224bc1d2b75e212531a07c5953f6c978880fc77.tar.bz2
nixlib-b224bc1d2b75e212531a07c5953f6c978880fc77.tar.lz
nixlib-b224bc1d2b75e212531a07c5953f6c978880fc77.tar.xz
nixlib-b224bc1d2b75e212531a07c5953f6c978880fc77.tar.zst
nixlib-b224bc1d2b75e212531a07c5953f6c978880fc77.zip
Merge pull request #41868 from ldub/master
go-ethereum: 1.8.8 -> 1.8.10
Diffstat (limited to 'pkgs')
-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 021764f5023f..9917ffdf9c01 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.8";
+  version = "1.8.10";
   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 = "059nd2jvklziih679dd4cd34xjpj1ci7fha83wv86xjz61awyb16";
+    sha256 = "1n36pz4y3xa4d46mynym98bra79qx5n9lb29chyxfpvi5fmprdg1";
   };
 
   meta = with stdenv.lib; {