about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-04-03 14:58:13 +0800
committeradisbladis <adis@blad.is>2018-04-03 14:58:13 +0800
commitb81ca435e6367ddbca29846bfb6ae3b538e67a6c (patch)
treeb2a08772404480b51b6c95fb48b80d8c1b384fa6 /pkgs/applications/altcoins
parent2dc852022522059de740dc11ad7fd9cbf76e915c (diff)
downloadnixlib-b81ca435e6367ddbca29846bfb6ae3b538e67a6c.tar
nixlib-b81ca435e6367ddbca29846bfb6ae3b538e67a6c.tar.gz
nixlib-b81ca435e6367ddbca29846bfb6ae3b538e67a6c.tar.bz2
nixlib-b81ca435e6367ddbca29846bfb6ae3b538e67a6c.tar.lz
nixlib-b81ca435e6367ddbca29846bfb6ae3b538e67a6c.tar.xz
nixlib-b81ca435e6367ddbca29846bfb6ae3b538e67a6c.tar.zst
nixlib-b81ca435e6367ddbca29846bfb6ae3b538e67a6c.zip
go-ethereum: 1.8.2 -> 1.8.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 84e0a32e7b2e..65e1dbc9b198 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.2";
+  version = "1.8.3";
   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 = "19ryfy9dsmgk3kimkmq2hif1di4binqg9718xrmirf063rajk02a";
+    sha256 = "1vdrf3fi4arr6aivyp5myj4jy7apqbiqa6brr3jplmc07q1yijnf";
   };
 
   meta = with stdenv.lib; {