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 d676122 commit 4036f0fCopy full SHA for 4036f0f
pkgs/geth/default.nix
@@ -22,17 +22,17 @@
22
in
23
buildGoModule rec {
24
pname = "geth";
25
- version = "1.14.3";
+ version = "1.14.5";
26
27
src = fetchFromGitHub {
28
owner = "ethereum";
29
repo = "go-ethereum";
30
rev = "v${version}";
31
- hash = "sha256-h2i/q4gfvqO8SgFxjoIhm4y0icpt+qe0Tq+3W6Ld8KM=";
+ hash = "sha256-IY0BKoDRMVRZTIysdUgqhTFQx0Pz+kl61vbPbhSdT8k=";
32
};
33
34
proxyVendor = true;
35
- vendorHash = "sha256-yD4Z7vbi3D3f9xGxRQjnjbTKljtjRLeIHRAdWjSub6U=";
+ vendorHash = "sha256-L9kJ3YaUz2iwiI3IDQAWnTc2U9BvUep+fAPENIFhhY4=";
36
37
ldflags = ["-s" "-w"];
38
0 commit comments