about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRaghav Sood <r@raghavsood.com>2020-07-20 13:27:17 +0000
committerRaghav Sood <r@raghavsood.com>2020-07-20 13:27:17 +0000
commit3d1ee32572d41a3f4038dfb1633c72654406edf8 (patch)
tree785851f8de800da5bb0a48a0fa7f9de1d8d5c2ad /pkgs/applications
parente303532eabc81d52ea79bc04f2e463bf931451b4 (diff)
go-ethereum: 1.9.16 -> 1.9.17
Diffstat (limited to 'pkgs/applications')
-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 9daccfaaaf9f5..a042e75ccb3a5 100644
--- a/pkgs/applications/blockchains/go-ethereum.nix
+++ b/pkgs/applications/blockchains/go-ethereum.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "go-ethereum";
-  version = "1.9.16";
+  version = "1.9.17";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0vycnyz6v39cfrck70h3dbn7jkkh67q0fli240ksw2cp4pqwpwcn";
+    sha256 = "175cy5cqkdhvh3kv2d0madybbz2sdbgxhm8xfb3ydbaf2hzihxmx";
   };
 
   usb = fetchFromGitHub {