Skip to content

Commit 13a4fbb

Browse files
geth: 1.15.9 -> 1.15.11 (#613)
1 parent 5fede3e commit 13a4fbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

3333
proxyVendor = true;
34-
vendorHash = "sha256-1FuVdx84jvMBo8VO6q+WaFpK3hWn88J7p8vhIDsQHPM=";
34+
vendorHash = "sha256-R9Qg6estiyjMAwN6tvuN9ZuE7+JqjEy+qYOPAg5lIJY=";
3535

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

0 commit comments

Comments
 (0)