Merge pull request #97678 from RaghavSood/ethereum/1.9.21

go-ethereum: 1.9.20 -> 1.9.21
This commit is contained in:
Marek Mahut 2020-09-10 22:08:36 +02:00 committed by GitHub
commit afeb6560db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,17 @@
buildGoModule rec { buildGoModule rec {
pname = "go-ethereum"; pname = "go-ethereum";
version = "1.9.20"; version = "1.9.21";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ethereum"; owner = "ethereum";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "031cbl8yqw5g5yrm5h1x8s5ckdw2xkym46009l579zvafn2vcnj7"; sha256 = "0mr5pw08jka11lzgl28555nb90cqxx9vlqd1plfmyic6rb5z11df";
}; };
runVend = true; runVend = true;
vendorSha256 = "1744df059bjksvih4653nnvb4kb1xvzdhypd0nnz36m1wrihqssv"; vendorSha256 = "155hmny3543h02ryn1nnlpmvs0qvhd0lb66vmkhw5351m6gkbx7x";
doCheck = false; doCheck = false;
@ -31,7 +31,6 @@ buildGoModule rec {
"cmd/puppeth" "cmd/puppeth"
"cmd/rlpdump" "cmd/rlpdump"
"cmd/utils" "cmd/utils"
"cmd/wnode"
]; ];
# Fix for usb-related segmentation faults on darwin # Fix for usb-related segmentation faults on darwin