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