summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-06-13 11:51:23 +0800
committeradisbladis <adis@blad.is>2018-06-13 11:55:31 +0800
commitb346b0226d703699bd389ad742b1a4592eeb4c52 (patch)
tree58a7d3ebd6cf05b25644899a374408447286bd09 /pkgs/applications
parent274bb96073d9b263821dc68a1d2d65bec24b99f2 (diff)
downloadnixpkgs-b346b0226d703699bd389ad742b1a4592eeb4c52.tar
nixpkgs-b346b0226d703699bd389ad742b1a4592eeb4c52.tar.gz
nixpkgs-b346b0226d703699bd389ad742b1a4592eeb4c52.tar.bz2
nixpkgs-b346b0226d703699bd389ad742b1a4592eeb4c52.tar.lz
nixpkgs-b346b0226d703699bd389ad742b1a4592eeb4c52.tar.xz
nixpkgs-b346b0226d703699bd389ad742b1a4592eeb4c52.tar.zst
nixpkgs-b346b0226d703699bd389ad742b1a4592eeb4c52.zip
go-ethereum: 1.8.10 -> 1.8.11
Diffstat (limited to 'pkgs/applications')
-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 9917ffdf9c0..74d38b59fc2 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.10";
+  version = "1.8.11";
   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 = "1n36pz4y3xa4d46mynym98bra79qx5n9lb29chyxfpvi5fmprdg1";
+    sha256 = "1b4za0hszb95jnj97g4xkrgcl0bydllznm0wj6rpi6cwmdr0h8na";
   };
 
   meta = with stdenv.lib; {