about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2018-08-07 17:17:10 +0800
committeradisbladis <adisbladis@gmail.com>2018-08-07 17:17:32 +0800
commit5d89077f70d76c8b903e29d19fd4ba159b21f1fc (patch)
treea333a8ba2ac1703997a55b37e6b0e3115f71cdf0 /pkgs/applications/altcoins
parenta85d324503d8212cc4ead5f72613664585f85522 (diff)
downloadnixlib-5d89077f70d76c8b903e29d19fd4ba159b21f1fc.tar
nixlib-5d89077f70d76c8b903e29d19fd4ba159b21f1fc.tar.gz
nixlib-5d89077f70d76c8b903e29d19fd4ba159b21f1fc.tar.bz2
nixlib-5d89077f70d76c8b903e29d19fd4ba159b21f1fc.tar.lz
nixlib-5d89077f70d76c8b903e29d19fd4ba159b21f1fc.tar.xz
nixlib-5d89077f70d76c8b903e29d19fd4ba159b21f1fc.tar.zst
nixlib-5d89077f70d76c8b903e29d19fd4ba159b21f1fc.zip
go-ethereum: 1.8.11 -> 1.8.13
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 73aa4452c0f0..02e0412449a0 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.11";
+  version = "1.8.13";
   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 = "1b4za0hszb95jnj97g4xkrgcl0bydllznm0wj6rpi6cwmdr0h8na";
+    sha256 = "123jkyb293z7ww3sa9ji5rw7xd229isi03k4ayyh5p7rr0dg8al0";
   };
 
   meta = with stdenv.lib; {