Skip to content

Commit 1d18fbc

Browse files
committed
geth: 1.15.2 > 1.15.6
1 parent 7738ecc commit 1d18fbc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkgs/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# meta.platforms = [system];
5959
meta.platforms = ["x86_64-linux" "aarch64-linux"];
6060
});
61-
geth = callPackage ./geth {};
61+
geth = callPackageUnstable ./geth {};
6262
geth-sealer = callPackage ./geth-sealer {};
6363
heimdall = callPackage ./heimdall {};
6464
lighthouse = callPackageUnstable ./lighthouse {inherit foundry;};

pkgs/geth/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@
2020
in
2121
buildGoModule rec {
2222
pname = "geth";
23-
version = "1.15.2";
23+
version = "1.15.6";
2424
src = fetchFromGitHub {
2525
owner = "ethereum";
2626
repo = "go-ethereum";
2727
rev = "v${version}";
28-
hash = "sha256-eaUkPl8vQzvotYfZcnuBwphSfO33RPjWOYhyNNvXli4=";
28+
hash = "sha256-BdNv0rx+9/F0leNj2AAej8psy8X8HysDrIXheVOOkSo=";
2929
};
3030

3131
proxyVendor = true;
32-
vendorHash = "sha256-cfBTSroeDb/htGzIWG8c9Jty+Qo0TrQBrnyYy/Yo2C4=";
32+
vendorHash = "sha256-1FuVdx84jvMBo8VO6q+WaFpK3hWn88J7p8vhIDsQHPM=";
3333

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

0 commit comments

Comments
 (0)