summary refs log tree commit diff
path: root/pkgs/applications/altcoins
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2019-08-13 20:34:30 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2019-08-13 20:34:30 +0800
commit196d4a6eee9e1925d968f7c2f97ff557a41ddecc (patch)
tree1e21b7720b4ef1b6c8eb02d918c291ccb1b75785 /pkgs/applications/altcoins
parent14368b71d03e8605eb3672d3df0ac3a57f530c0b (diff)
downloadnixpkgs-196d4a6eee9e1925d968f7c2f97ff557a41ddecc.tar
nixpkgs-196d4a6eee9e1925d968f7c2f97ff557a41ddecc.tar.gz
nixpkgs-196d4a6eee9e1925d968f7c2f97ff557a41ddecc.tar.bz2
nixpkgs-196d4a6eee9e1925d968f7c2f97ff557a41ddecc.tar.lz
nixpkgs-196d4a6eee9e1925d968f7c2f97ff557a41ddecc.tar.xz
nixpkgs-196d4a6eee9e1925d968f7c2f97ff557a41ddecc.tar.zst
nixpkgs-196d4a6eee9e1925d968f7c2f97ff557a41ddecc.zip
go-ethereum: 1.9.1 -> 1.9.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 9ef348abc50..740ecfa228f 100644
--- a/pkgs/applications/altcoins/go-ethereum.nix
+++ b/pkgs/applications/altcoins/go-ethereum.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   pname = "go-ethereum";
-  version = "1.9.1";
+  version = "1.9.2";
 
   goPackagePath = "github.com/ethereum/go-ethereum";
 
@@ -17,7 +17,7 @@ buildGoPackage rec {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "05vnjdjwahdp2j7c6g81jchpdhxmdpbr20mjzpszylp9824v4cba";
+    sha256 = "0lymwylh4j63fzj9jy7mcw676a2ksgpsj9mazif1r3d2q73h9m88";
   };
 
   meta = with stdenv.lib; {