Skip to content

Commit 65d7d7c

Browse files
bbjubjub2494aldoborrero
authored andcommitted
geth: 1.14.8 -> 1.14.13
1 parent b762ebe commit 65d7d7c

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
@@ -21,17 +21,17 @@
2121
in
2222
buildGoModule rec {
2323
pname = "geth";
24-
version = "1.14.8";
24+
version = "1.14.13";
2525

2626
src = fetchFromGitHub {
2727
owner = "ethereum";
2828
repo = "go-ethereum";
2929
rev = "v${version}";
30-
hash = "sha256-y831v6ar1RdDvGQMZf2lZKgq2IQzAAQrNwDCL0xbj24=";
30+
hash = "sha256-oJe+V11WArXVmoIC7nYN6oKc0VoHtRtelidyb3v6skI=";
3131
};
3232

3333
proxyVendor = true;
34-
vendorHash = "sha256-CLGf64Fftu4u8Vaj66Q4xuRKBEMNZmpltUyaUMVyVJk=";
34+
vendorHash = "sha256-IEwy3XRyj+5GjAWRjPsd5qzwEMpI/pZIwPjKdeATgkE=";
3535

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

0 commit comments

Comments
 (0)