go-ethereum: 1.16.0 -> 1.16.1 (#422919)

This commit is contained in:
asymmetric 2025-07-07 20:38:38 +02:00 committed by GitHub
commit 8d7b35fb80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;