about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-09-16 09:30:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-09-16 09:30:48 +0000
commit46744932370efdd87648c44bbfbcf72049c8d96d (patch)
tree27a2140afd9952c2b5ee2a85060034434aee5f61 /pkgs/applications/blockchains/go-ethereum
parent44ea61d940e27c3bd5297cf3b51934b5ed61fd4c (diff)
go-ethereum: 1.10.23 -> 1.10.25
Diffstat (limited to 'pkgs/applications/blockchains/go-ethereum')
-rw-r--r--pkgs/applications/blockchains/go-ethereum/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum/default.nix b/pkgs/applications/blockchains/go-ethereum/default.nix
index fa1aca4360f26..ca8f33bcd5c57 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.23";
+  version = "1.10.25";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-1fEmtbHKrjuyIVrGr/vTudZ99onkNjEMvyBJt4I8KK4=";
+    sha256 = "sha256-mnf0kMfQEEQMricZJfyF7ZB/2F1dyPBx9iT2v/rGh1U=";
   };
 
   vendorSha256 = "sha256-Dj+xN8lr98LJyYr2FwJ7yUIJkUeUrr1fkcbj4hShJI0=";
@@ -46,7 +46,7 @@ in buildGoModule rec {
     "cmd/utils"
   ];
 
-  # Following upstream: https://github.com/ethereum/go-ethereum/blob/v1.10.23/build/ci.go#L218
+  # Following upstream: https://github.com/ethereum/go-ethereum/blob/v1.10.25/build/ci.go#L218
   tags = [ "urfave_cli_no_docs" ];
 
   # Fix for usb-related segmentation faults on darwin