go-ethereum: 1.14.12 -> 1.14.13

This commit is contained in:
R. Ryantm
2025-01-30 15:12:54 +00:00
parent bb2b0c599b
commit ae8994a32f
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "go-ethereum";
version = "1.14.12";
version = "1.14.13";
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
hash = "sha256-s1BSFTjqro3gFyKphU8FdpjViKyyZc0bt1m+lzkAcBU=";
hash = "sha256-oJe+V11WArXVmoIC7nYN6oKc0VoHtRtelidyb3v6skI=";
};
proxyVendor = true;