summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2019-09-03 23:01:31 +0100
committerGitHub <noreply@github.com>2019-09-03 23:01:31 +0100
commit2308d5034c75c8cbb0ddcd733220b9c666e07f5a (patch)
tree5296b98d7d8a4fefbeb955997f782f40c8b3bc28 /pkgs
parentadf55b78b908af48927277936aad25f1c4901fcb (diff)
parentd4d6c6b4d93963a7901965768b4e76d2ce264180 (diff)
downloadnixpkgs-2308d5034c75c8cbb0ddcd733220b9c666e07f5a.tar
nixpkgs-2308d5034c75c8cbb0ddcd733220b9c666e07f5a.tar.gz
nixpkgs-2308d5034c75c8cbb0ddcd733220b9c666e07f5a.tar.bz2
nixpkgs-2308d5034c75c8cbb0ddcd733220b9c666e07f5a.tar.lz
nixpkgs-2308d5034c75c8cbb0ddcd733220b9c666e07f5a.tar.xz
nixpkgs-2308d5034c75c8cbb0ddcd733220b9c666e07f5a.tar.zst
nixpkgs-2308d5034c75c8cbb0ddcd733220b9c666e07f5a.zip
Merge pull request #68005 from xrelkd/update/go-ethereum
go-ethereum: 1.9.2 -> 1.9.3
Diffstat (limited to 'pkgs')
-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; {