Merge pull request #95170 from RaghavSood/ethereum/1.9.19

go-ethereum: 1.9.18 -> 1.9.19
This commit is contained in:
adisbladis 2020-08-11 14:51:24 +02:00 committed by GitHub
commit e8c3722d63
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-ethereum";
version = "1.9.18";
version = "1.9.19";
src = fetchFromGitHub {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "0nkzwmrzk0m9662cr18h5i54v07mw8v3fh0csvqx8n50z5fcvb7b";
sha256 = "08wf7qklk31dky2z0l2j9vbyr8721gkvy4dsc60afwrwihwd8lrp";
};
runVend = true;