Skip to content

Commit 03ed449

Browse files
committed
geth: 1.14.13 > 1.15.4
1 parent 5e5d533 commit 03ed449

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
# meta.platforms = [system];
4848
meta.platforms = ["x86_64-linux" "aarch64-linux"];
4949
});
50-
geth = callPackage ./geth {};
50+
geth = callPackageUnstable ./geth {};
5151
geth-sealer = callPackage ./geth-sealer {};
5252
heimdall = callPackage ./heimdall {};
5353
lighthouse = callPackageUnstable ./lighthouse {inherit foundry;};

pkgs/geth/default.nix

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"abidump"
1010
"abigen"
1111
"blsync"
12-
"bootnode"
1312
"clef"
1413
"devp2p"
1514
"era"
@@ -21,17 +20,16 @@
2120
in
2221
buildGoModule rec {
2322
pname = "geth";
24-
version = "1.14.13";
25-
23+
version = "1.15.4";
2624
src = fetchFromGitHub {
2725
owner = "ethereum";
2826
repo = "go-ethereum";
2927
rev = "v${version}";
30-
hash = "sha256-oJe+V11WArXVmoIC7nYN6oKc0VoHtRtelidyb3v6skI=";
28+
hash = "sha256-Vk/lrRmmRqPe2c6Ww8LPM1NrhZCmfeykXYZKVuXaDPU=";
3129
};
3230

3331
proxyVendor = true;
34-
vendorHash = "sha256-IEwy3XRyj+5GjAWRjPsd5qzwEMpI/pZIwPjKdeATgkE=";
32+
vendorHash = "sha256-byp1FzB4cSk9TayjaamsVfgzX0H531kzSXVHxDgWTes=";
3533

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

@@ -48,7 +46,6 @@ in
4846
"cmd/abidump"
4947
"cmd/abigen"
5048
"cmd/blsync"
51-
"cmd/bootnode"
5249
"cmd/clef"
5350
"cmd/devp2p"
5451
"cmd/era"

0 commit comments

Comments
 (0)