Skip to content

Commit

Permalink
go-ethereum 1.14.13 -> 1.15.0
Browse files Browse the repository at this point in the history
The bootnode sub-package has been removed in ethereum/go-ethereum#30813.
  • Loading branch information
asymmetric authored and NotAShelf committed Feb 17, 2025
1 parent 053e18d commit 5034df5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pkgs/by-name/go/go-ethereum/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ let
in
buildGoModule rec {
pname = "go-ethereum";
version = "1.14.13";
version = "1.15.0";

src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
hash = "sha256-oJe+V11WArXVmoIC7nYN6oKc0VoHtRtelidyb3v6skI=";
hash = "sha256-qfk9G3/wzeh8Nf7BG4Qv6It/bY1ZYoYyHsgoqgCyd6E=";
};

proxyVendor = true;
vendorHash = "sha256-IEwy3XRyj+5GjAWRjPsd5qzwEMpI/pZIwPjKdeATgkE=";
vendorHash = "sha256-gTwmtrdj3+Pa4UxaUuhwk2Dtgur82Tbd0ict1cgVinw=";

doCheck = false;

Expand All @@ -46,7 +46,6 @@ buildGoModule rec {
"cmd/abidump"
"cmd/abigen"
"cmd/blsync"
"cmd/bootnode"
"cmd/clef"
"cmd/devp2p"
"cmd/era"
Expand Down

0 comments on commit 5034df5

Please sign in to comment.