about summary refs log tree commit diff
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-08-13 14:24:19 +0100
committerGitHub <noreply@github.com>2019-08-13 14:24:19 +0100
commitbafc5edbaccb94f9ef1461351efdbc510cbbfb31 (patch)
tree534ee69e09711af02b29ec358fa18a45efb6360c
parent3a4aab967b339b0b0456a84189662f05f5860723 (diff)
parent196d4a6eee9e1925d968f7c2f97ff557a41ddecc (diff)
downloadnixlib-bafc5edbaccb94f9ef1461351efdbc510cbbfb31.tar
nixlib-bafc5edbaccb94f9ef1461351efdbc510cbbfb31.tar.gz
nixlib-bafc5edbaccb94f9ef1461351efdbc510cbbfb31.tar.bz2
nixlib-bafc5edbaccb94f9ef1461351efdbc510cbbfb31.tar.lz
nixlib-bafc5edbaccb94f9ef1461351efdbc510cbbfb31.tar.xz
nixlib-bafc5edbaccb94f9ef1461351efdbc510cbbfb31.tar.zst
nixlib-bafc5edbaccb94f9ef1461351efdbc510cbbfb31.zip
Merge pull request #66563 from xrelkd/update/go-ethereum
go-ethereum: 1.9.1 -> 1.9.2
-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 9ef348abc50e..740ecfa228fd 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; {