about summary refs log tree commit diff
path: root/pkgs/applications/blockchains
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2021-12-31 05:59:12 +1200
committerGitHub <noreply@github.com>2021-12-31 05:59:12 +1200
commit9d9924adef96b38ffacffd707d9d6b88d4428e8d (patch)
tree7f548757d2c5da6d97feee8e34135e48bcf184a5 /pkgs/applications/blockchains
parente5189acc165f8881fc6750ebe255dabeb754d775 (diff)
parentd8f9584dd54b69bb1250f437b2586949d456ed63 (diff)
Merge pull request #152712 from r-ryantm/auto-update/go-ethereum
go-ethereum: 1.10.11 -> 1.10.14
Diffstat (limited to 'pkgs/applications/blockchains')
-rw-r--r--pkgs/applications/blockchains/go-ethereum/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum/default.nix b/pkgs/applications/blockchains/go-ethereum/default.nix
index 4353352ef0981..e1dc572e117dd 100644
--- a/pkgs/applications/blockchains/go-ethereum/default.nix
+++ b/pkgs/applications/blockchains/go-ethereum/default.nix
@@ -9,13 +9,13 @@ let
 
 in buildGoModule rec {
   pname = "go-ethereum";
-  version = "1.10.11";
+  version = "1.10.14";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-8kPaa2wRKUQBn4LFDnc7tEbLR62f99NS1HIVDeHHzto=";
+    sha256 = "sha256-0DQrcei3FM+X4BYokou7dPNVCcJTbY05YsTvzdtsas8=";
   };
 
   runVend = true;