We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f58c74 commit 7341374Copy full SHA for 7341374
pkgs/by-name/ge/geth/default.nix
@@ -21,17 +21,17 @@
21
in
22
buildGoModule rec {
23
pname = "geth";
24
- version = "1.16.1";
+ version = "1.16.2";
25
26
src = fetchFromGitHub {
27
owner = "ethereum";
28
repo = "go-ethereum";
29
rev = "v${version}";
30
- hash = "sha256-lsjs/bZhCwfp8OfTES1GDXayjDcg0R8+L0Z3pZ9/Mvs=";
+ hash = "sha256-12bmK9OYYIDBeN52dQElnDaOcWOzwvjpAZmzHH8IHvw=";
31
};
32
33
proxyVendor = true;
34
- vendorHash = "sha256-Ggng6EDd5qRqcSbdycfivO8yiQcMOCSZt229JZcOlVs=";
+ vendorHash = "sha256-i1PhF1DFdt2X4faxe5+iYsPIyco0Xb6stOzaCy6JIto=";
35
36
ldflags = ["-s" "-w"];
37
0 commit comments