Skip to content

Commit 7341374

Browse files
geth: 1.16.1 -> 1.16.2 (#635)
1 parent 9f58c74 commit 7341374

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.16.1";
24+
version = "1.16.2";
2525

2626
src = fetchFromGitHub {
2727
owner = "ethereum";
2828
repo = "go-ethereum";
2929
rev = "v${version}";
30-
hash = "sha256-lsjs/bZhCwfp8OfTES1GDXayjDcg0R8+L0Z3pZ9/Mvs=";
30+
hash = "sha256-12bmK9OYYIDBeN52dQElnDaOcWOzwvjpAZmzHH8IHvw=";
3131
};
3232

3333
proxyVendor = true;
34-
vendorHash = "sha256-Ggng6EDd5qRqcSbdycfivO8yiQcMOCSZt229JZcOlVs=";
34+
vendorHash = "sha256-i1PhF1DFdt2X4faxe5+iYsPIyco0Xb6stOzaCy6JIto=";
3535

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

0 commit comments

Comments
 (0)