Skip to content

Commit 343fc24

Browse files
geth: 1.16.4 -> 1.16.5 (#703)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: nix-flake-auto-update[bot] <234984901+nix-flake-auto-update[bot]@users.noreply.github.com>
1 parent 07f4295 commit 343fc24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/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.4";
24+
version = "1.16.5";
2525

2626
src = fetchFromGitHub {
2727
owner = "ethereum";
2828
repo = "go-ethereum";
2929
rev = "v${version}";
30-
hash = "sha256-OlNbqKJUrpyFpsrkPu6mejLRYAPNkn6kI7HMvw9yjb8=";
30+
hash = "sha256-f9MBHO3oh1Nh+YI1E8cPPaNRj4T12063YLqTDrdZWWA=";
3131
};
3232

3333
proxyVendor = true;
34-
vendorHash = "sha256-m3rKGE3DDUEv1IJc/eAcVVGzXmaw7AjGIJ9iNzQFZtU=";
34+
vendorHash = "sha256-6tGSyx4OXMXUjhIvLJo+vyRkNzHmwiikzrLL0cQPBLo=";
3535

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

0 commit comments

Comments
 (0)