summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorJon <jonringer@users.noreply.github.com>2019-09-30 17:44:21 -0700
committerGitHub <noreply@github.com>2019-09-30 17:44:21 -0700
commit2be1eac7fc21fc50d9ff1b8ee739d77a79378183 (patch)
tree600f43ffbf6ec10b606f4b07020ef211e33266ba /pkgs/applications/blockchains
parent64271dcbecce2d7db8e88cb12635e929f4da9b52 (diff)
parent042597a5a4e414dbb1f942c535cb2296fb393d5e (diff)
downloadnixpkgs-2be1eac7fc21fc50d9ff1b8ee739d77a79378183.tar
nixpkgs-2be1eac7fc21fc50d9ff1b8ee739d77a79378183.tar.gz
nixpkgs-2be1eac7fc21fc50d9ff1b8ee739d77a79378183.tar.bz2
nixpkgs-2be1eac7fc21fc50d9ff1b8ee739d77a79378183.tar.lz
nixpkgs-2be1eac7fc21fc50d9ff1b8ee739d77a79378183.tar.xz
nixpkgs-2be1eac7fc21fc50d9ff1b8ee739d77a79378183.tar.zst
nixpkgs-2be1eac7fc21fc50d9ff1b8ee739d77a79378183.zip
Merge pull request #69724 from xrelkd/update/go-ethereum
go-ethereum: 1.9.3 -> 1.9.5
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 5f347fe91e9..3754c9a087c 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.3";
+  version = "1.9.5";
 
   goPackagePath = "github.com/ethereum/go-ethereum";
 
@@ -17,7 +17,7 @@ buildGoPackage rec {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0lv6gxp34j26hqazcvyr4c7rsl1vljm6cfzkcmlapsjdgym505bg";
+    sha256 = "1h1c02dgazlcgp9lrm0zsig80nfj0c9553jy9nsvjyzf95ym1542";
   };
 
   meta = with stdenv.lib; {