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 b762ebe commit 65d7d7cCopy full SHA for 65d7d7c
pkgs/geth/default.nix
@@ -21,17 +21,17 @@
21
in
22
buildGoModule rec {
23
pname = "geth";
24
- version = "1.14.8";
+ version = "1.14.13";
25
26
src = fetchFromGitHub {
27
owner = "ethereum";
28
repo = "go-ethereum";
29
rev = "v${version}";
30
- hash = "sha256-y831v6ar1RdDvGQMZf2lZKgq2IQzAAQrNwDCL0xbj24=";
+ hash = "sha256-oJe+V11WArXVmoIC7nYN6oKc0VoHtRtelidyb3v6skI=";
31
};
32
33
proxyVendor = true;
34
- vendorHash = "sha256-CLGf64Fftu4u8Vaj66Q4xuRKBEMNZmpltUyaUMVyVJk=";
+ vendorHash = "sha256-IEwy3XRyj+5GjAWRjPsd5qzwEMpI/pZIwPjKdeATgkE=";
35
36
ldflags = ["-s" "-w"];
37
0 commit comments