Skip to content

Commit c290a42

Browse files
bbjubjub2494MartinNikov
authored andcommitted
geth: 1.14.13 -> 1.15.9
Co-Authored-By: Martin Nikov <[email protected]>
1 parent b741142 commit c290a42

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

pkgs/by-name/ge/geth/default.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@
2121
in
2222
buildGoModule rec {
2323
pname = "geth";
24-
version = "1.14.13";
24+
version = "1.15.9";
2525

2626
src = fetchFromGitHub {
2727
owner = "ethereum";
2828
repo = "go-ethereum";
2929
rev = "v${version}";
30-
hash = "sha256-oJe+V11WArXVmoIC7nYN6oKc0VoHtRtelidyb3v6skI=";
30+
hash = "sha256-zD4uJJPVHiJ44+pBALQ4tEvYda3S7SIhn0ySyT6BSAQ=";
3131
};
3232

3333
proxyVendor = true;
34-
vendorHash = "sha256-IEwy3XRyj+5GjAWRjPsd5qzwEMpI/pZIwPjKdeATgkE=";
34+
vendorHash = "sha256-1FuVdx84jvMBo8VO6q+WaFpK3hWn88J7p8vhIDsQHPM=";
3535

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

@@ -48,7 +48,6 @@ in
4848
"cmd/abidump"
4949
"cmd/abigen"
5050
"cmd/blsync"
51-
"cmd/bootnode"
5251
"cmd/clef"
5352
"cmd/devp2p"
5453
"cmd/era"

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 ./by-name/ge/geth {};
50+
geth = callPackageUnstable ./by-name/ge/geth {};
5151
geth-sealer = callPackage ./by-name/ge/geth-sealer {};
5252
heimdall = callPackage ./by-name/he/heimdall {};
5353
lighthouse = callPackageUnstable ./by-name/li/lighthouse {inherit foundry;};

0 commit comments

Comments
 (0)