Skip to content

Commit b28700a

Browse files
committed
geth: 1.14.13 > 1.15.2
1 parent c641062 commit b28700a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pkgs/geth/default.nix

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,16 @@
2121
in
2222
buildGoModule rec {
2323
pname = "geth";
24-
version = "1.14.13";
25-
24+
version = "1.15.2";
2625
src = fetchFromGitHub {
2726
owner = "ethereum";
2827
repo = "go-ethereum";
2928
rev = "v${version}";
30-
hash = "sha256-oJe+V11WArXVmoIC7nYN6oKc0VoHtRtelidyb3v6skI=";
29+
hash = "sha256-eaUkPl8vQzvotYfZcnuBwphSfO33RPjWOYhyNNvXli4=";
3130
};
3231

3332
proxyVendor = true;
34-
vendorHash = "sha256-IEwy3XRyj+5GjAWRjPsd5qzwEMpI/pZIwPjKdeATgkE=";
33+
vendorHash = "sha256-cfBTSroeDb/htGzIWG8c9Jty+Qo0TrQBrnyYy/Yo2C4=";
3534

3635
ldflags = ["-s" "-w"];
3736

0 commit comments

Comments
 (0)