summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authorxrelkd <46590321+xrelkd@users.noreply.github.com>2019-09-03 20:51:18 +0800
committerxrelkd <46590321+xrelkd@users.noreply.github.com>2019-09-03 20:51:18 +0800
commitd4d6c6b4d93963a7901965768b4e76d2ce264180 (patch)
treec4969e783ab02a572012f73fb4496d88508213f6 /pkgs/applications/blockchains
parent67904dccbb0dfc01c9f8d242db6302cbdfcdb195 (diff)
downloadnixpkgs-d4d6c6b4d93963a7901965768b4e76d2ce264180.tar
nixpkgs-d4d6c6b4d93963a7901965768b4e76d2ce264180.tar.gz
nixpkgs-d4d6c6b4d93963a7901965768b4e76d2ce264180.tar.bz2
nixpkgs-d4d6c6b4d93963a7901965768b4e76d2ce264180.tar.lz
nixpkgs-d4d6c6b4d93963a7901965768b4e76d2ce264180.tar.xz
nixpkgs-d4d6c6b4d93963a7901965768b4e76d2ce264180.tar.zst
nixpkgs-d4d6c6b4d93963a7901965768b4e76d2ce264180.zip
go-ethereum: 1.9.2 -> 1.9.3
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 740ecfa228f..5f347fe91e9 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.2";
+  version = "1.9.3";
 
   goPackagePath = "github.com/ethereum/go-ethereum";
 
@@ -17,7 +17,7 @@ buildGoPackage rec {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0lymwylh4j63fzj9jy7mcw676a2ksgpsj9mazif1r3d2q73h9m88";
+    sha256 = "0lv6gxp34j26hqazcvyr4c7rsl1vljm6cfzkcmlapsjdgym505bg";
   };
 
   meta = with stdenv.lib; {