about summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-03-06 15:47:50 +0800
committeradisbladis <adis@blad.is>2018-03-06 15:47:59 +0800
commit8f38b1cd8f72beae05d9ea0509c4c12a86e8ff0d (patch)
treee909413a187f5429aebe6125b3be8e36542f4666 /pkgs/applications/altcoins
parentcae5a3ba99cb374081fc0d3fd5d3a02dcbbdf8a2 (diff)
downloadnixlib-8f38b1cd8f72beae05d9ea0509c4c12a86e8ff0d.tar
nixlib-8f38b1cd8f72beae05d9ea0509c4c12a86e8ff0d.tar.gz
nixlib-8f38b1cd8f72beae05d9ea0509c4c12a86e8ff0d.tar.bz2
nixlib-8f38b1cd8f72beae05d9ea0509c4c12a86e8ff0d.tar.lz
nixlib-8f38b1cd8f72beae05d9ea0509c4c12a86e8ff0d.tar.xz
nixlib-8f38b1cd8f72beae05d9ea0509c4c12a86e8ff0d.tar.zst
nixlib-8f38b1cd8f72beae05d9ea0509c4c12a86e8ff0d.zip
go-ethereum: 1.8.1 -> 1.8.2
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 18a9d043e189..84e0a32e7b2e 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.1";
+  version = "1.8.2";
   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 = "0k7ly9cw68ranksa1fdn7v2lncmlqgabw3qiiyqya2xz3s4aazlf";
+    sha256 = "19ryfy9dsmgk3kimkmq2hif1di4binqg9718xrmirf063rajk02a";
   };
 
   meta = with stdenv.lib; {