summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2019-11-08 09:39:53 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2019-11-08 09:39:53 +0800
commit3ab5272eb193453878bb8741831c835a27173ee0 (patch)
tree7dc6a98a0346fc30fe9d8fffe159eef9c268c939 /pkgs/applications/blockchains
parente5e374ebcc0de99736306bc428438ea79e5fe496 (diff)
downloadnixpkgs-3ab5272eb193453878bb8741831c835a27173ee0.tar
nixpkgs-3ab5272eb193453878bb8741831c835a27173ee0.tar.gz
nixpkgs-3ab5272eb193453878bb8741831c835a27173ee0.tar.bz2
nixpkgs-3ab5272eb193453878bb8741831c835a27173ee0.tar.lz
nixpkgs-3ab5272eb193453878bb8741831c835a27173ee0.tar.xz
nixpkgs-3ab5272eb193453878bb8741831c835a27173ee0.tar.zst
nixpkgs-3ab5272eb193453878bb8741831c835a27173ee0.zip
go-ethereum: 1.9.6 -> 1.9.7
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/go-ethereum.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum.nix b/pkgs/applications/blockchains/go-ethereum.nix
index 07d16494646..fe7a5f991dd 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   pname = "go-ethereum";
-  version = "1.9.6";
+  version = "1.9.7";
 
   goPackagePath = "github.com/ethereum/go-ethereum";
 
@@ -14,7 +14,7 @@ buildGoPackage rec {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "08k6p7mbszlg8mq8k3vi5xrfnhfbxlh2ynd0nr0j64qdhmhcdnq6";
+    sha256 = "07110dj91wmkpwz7iy0lmxx3y9wjxjrhk3rhkfdil74cxm0wkkn2";
   };
 
   meta = with stdenv.lib; {