go-ethereum: 1.16.0 -> 1.16.1

This commit is contained in:
R. Ryantm 2025-07-06 11:27:15 +00:00
parent 06081e801d
commit f9a2660af8

View File

@ -15,13 +15,13 @@ let
in
buildGoModule rec {
pname = "go-ethereum";
version = "1.16.0";
version = "1.16.1";
src = fetchFromGitHub {
owner = "ethereum";
repo = "go-ethereum";
rev = "v${version}";
hash = "sha256-eu6VeG/vMdCOk15HWnKbtKRZbbYhH3y6SJrwEGxJs8w=";
hash = "sha256-lsjs/bZhCwfp8OfTES1GDXayjDcg0R8+L0Z3pZ9/Mvs=";
};
proxyVendor = true;