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

go-ethereum: 1.10.0 -> 1.10.1
This commit is contained in:
Mario Rodas 2021-03-10 21:53:59 -05:00 committed by GitHub
commit ebd8df893c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@ let
in buildGoModule rec {
pname = "go-ethereum";
version = "1.10.0";
version = "1.10.1";
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "sha256-pEzaEpqr+Ird8d5zmoXMyAoS0aEGBYFmpgdPcH4OsMI=";
sha256 = "sha256-4lHT0P8Euau0AJNtg1YstJJRQ58WTUlIH+HCKEjCq/s=";
};
runVend = true;