Skip to content

Commit 0651be3

Browse files
authored
geth: 1.14.7 -> 1.14.8 (nix-community#544)
The biggest change is that the p2psim package got dropped
1 parent 2445bf1 commit 0651be3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

pkgs/geth/default.nix

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,22 @@
1616
"ethkey"
1717
"evm"
1818
"geth"
19-
"p2psim"
2019
"rlpdump"
2120
];
2221
in
2322
buildGoModule rec {
2423
pname = "geth";
25-
version = "1.14.7";
24+
version = "1.14.8";
2625

2726
src = fetchFromGitHub {
2827
owner = "ethereum";
2928
repo = "go-ethereum";
3029
rev = "v${version}";
31-
hash = "sha256-axllyeumgR6DJ5NXGBVanLcjfeDEHhBTRI9eiJUpFw4=";
30+
hash = "sha256-y831v6ar1RdDvGQMZf2lZKgq2IQzAAQrNwDCL0xbj24=";
3231
};
3332

3433
proxyVendor = true;
35-
vendorHash = "sha256-OnVHsJUDezTH1NFvDRO7lAtouSaBDRvhTbFdhloQLAs=";
34+
vendorHash = "sha256-CLGf64Fftu4u8Vaj66Q4xuRKBEMNZmpltUyaUMVyVJk=";
3635

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

@@ -56,7 +55,6 @@ in
5655
"cmd/ethkey"
5756
"cmd/evm"
5857
"cmd/geth"
59-
"cmd/p2psim"
6058
"cmd/rlpdump"
6159
"cmd/utils"
6260
];

0 commit comments

Comments
 (0)