Skip to content

Commit

Permalink
geth: 1.14.7 -> 1.14.8 (nix-community#544)
Browse files Browse the repository at this point in the history
The biggest change is that the p2psim package got dropped
  • Loading branch information
sbc64 committed Sep 4, 2024
1 parent 2445bf1 commit 0651be3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pkgs/geth/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,22 @@
"ethkey"
"evm"
"geth"
"p2psim"
"rlpdump"
];
in
buildGoModule rec {
pname = "geth";
version = "1.14.7";
version = "1.14.8";

src = fetchFromGitHub {
owner = "ethereum";
repo = "go-ethereum";
rev = "v${version}";
hash = "sha256-axllyeumgR6DJ5NXGBVanLcjfeDEHhBTRI9eiJUpFw4=";
hash = "sha256-y831v6ar1RdDvGQMZf2lZKgq2IQzAAQrNwDCL0xbj24=";
};

proxyVendor = true;
vendorHash = "sha256-OnVHsJUDezTH1NFvDRO7lAtouSaBDRvhTbFdhloQLAs=";
vendorHash = "sha256-CLGf64Fftu4u8Vaj66Q4xuRKBEMNZmpltUyaUMVyVJk=";

ldflags = ["-s" "-w"];

Expand All @@ -56,7 +55,6 @@ in
"cmd/ethkey"
"cmd/evm"
"cmd/geth"
"cmd/p2psim"
"cmd/rlpdump"
"cmd/utils"
];
Expand Down

0 comments on commit 0651be3

Please sign in to comment.