Skip to content

Commit 4036f0f

Browse files
MartinNikovPetarKirov
authored andcommitted
update(pkgs): Update geth package
1 parent d676122 commit 4036f0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/geth/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
in
2323
buildGoModule rec {
2424
pname = "geth";
25-
version = "1.14.3";
25+
version = "1.14.5";
2626

2727
src = fetchFromGitHub {
2828
owner = "ethereum";
2929
repo = "go-ethereum";
3030
rev = "v${version}";
31-
hash = "sha256-h2i/q4gfvqO8SgFxjoIhm4y0icpt+qe0Tq+3W6Ld8KM=";
31+
hash = "sha256-IY0BKoDRMVRZTIysdUgqhTFQx0Pz+kl61vbPbhSdT8k=";
3232
};
3333

3434
proxyVendor = true;
35-
vendorHash = "sha256-yD4Z7vbi3D3f9xGxRQjnjbTKljtjRLeIHRAdWjSub6U=";
35+
vendorHash = "sha256-L9kJ3YaUz2iwiI3IDQAWnTc2U9BvUep+fAPENIFhhY4=";
3636

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

0 commit comments

Comments
 (0)