go-ethereum: 1.15.8 -> 1.15.10

This commit is contained in:
Jeremy Schlatter
2025-04-27 21:06:27 -07:00
parent dfaa22e81c
commit 28a71b6cf8
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
buildGoModule rec {
pname = "go-ethereum";
version = "1.15.8";
version = "1.15.10";
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
hash = "sha256-dEGPObm3Hy2MHOYrk+lga0PAeHrdSt0jfsTrk74wCUA=";
hash = "sha256-QVgi4IDPDGlvg8J3Wwrjtzkd6eYi3aAwU8IJbnIr5fU=";
};
proxyVendor = true;