about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/go-ethereum
diff options
context:
space:
mode:
authorDavid Dunn <26876072+doubledup@users.noreply.github.com>2023-03-16 14:30:10 +0200
committerDavid Dunn <26876072+doubledup@users.noreply.github.com>2023-04-03 13:40:09 +0200
commite0205290f5319e219401a6ecbc5d42ac3e93112a (patch)
treec89d885849a8e5198a2565688384224e5d53c7a2 /pkgs/applications/blockchains/go-ethereum
parenta626f58adfb1c8939fa379ad86cd292efeccb2b6 (diff)
go-ethereum: 1.10.26 -> 1.11.5
Release notes:
https://github.com/ethereum/go-ethereum/releases/tag/v1.11.5

Removes `puppeth`, as noted in the `Removed Features` section of the
release notes for v1.11.0:
https://github.com/ethereum/go-ethereum/releases/tag/v1.11.0
Diffstat (limited to 'pkgs/applications/blockchains/go-ethereum')
-rw-r--r--pkgs/applications/blockchains/go-ethereum/default.nix9
1 files changed, 4 insertions, 5 deletions
diff --git a/pkgs/applications/blockchains/go-ethereum/default.nix b/pkgs/applications/blockchains/go-ethereum/default.nix
index 915cb938423dc..93de297dab530 100644
--- a/pkgs/applications/blockchains/go-ethereum/default.nix
+++ b/pkgs/applications/blockchains/go-ethereum/default.nix
@@ -9,16 +9,16 @@ let
 
 in buildGoModule rec {
   pname = "go-ethereum";
-  version = "1.10.26";
+  version = "1.11.5";
 
   src = fetchFromGitHub {
     owner = "ethereum";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-eefQEOeKb6gZIJdK9cq20WnhwZE1qbyd8Cl0Hqh2+u8=";
+    sha256 = "sha256-QFqPAWW0L9cSBvnDwJKtwWT2jZFyr+zhYaS+GF/nQ9g=";
   };
 
-  vendorSha256 = "sha256-Dj+xN8lr98LJyYr2FwJ7yUIJkUeUrr1fkcbj4hShJI0=";
+  vendorSha256 = "sha256-Y1srOcXZ4rQ0QIQx4LdYzYG6goGk6oO30C+OW+s81z4=";
 
   doCheck = false;
 
@@ -41,12 +41,11 @@ in buildGoModule rec {
     "cmd/faucet"
     "cmd/geth"
     "cmd/p2psim"
-    "cmd/puppeth"
     "cmd/rlpdump"
     "cmd/utils"
   ];
 
-  # Following upstream: https://github.com/ethereum/go-ethereum/blob/v1.10.26/build/ci.go#L218
+  # Following upstream: https://github.com/ethereum/go-ethereum/blob/v1.11.5/build/ci.go#L218
   tags = [ "urfave_cli_no_docs" ];
 
   # Fix for usb-related segmentation faults on darwin