Merge pull request #152712 from r-ryantm/auto-update/go-ethereum

go-ethereum: 1.10.11 -> 1.10.14
This commit is contained in:
adisbladis 2021-12-31 05:59:12 +12:00 committed by GitHub
commit 9d9924adef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,13 +9,13 @@ let
in buildGoModule rec {
pname = "go-ethereum";
version = "1.10.11";
version = "1.10.14";
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8kPaa2wRKUQBn4LFDnc7tEbLR62f99NS1HIVDeHHzto=";
sha256 = "sha256-0DQrcei3FM+X4BYokou7dPNVCcJTbY05YsTvzdtsas8=";
};
runVend = true;