Merge pull request #73013 from xrelkd/update/go-ethereum

go-ethereum: 1.9.6 -> 1.9.7
This commit is contained in:
adisbladis
2019-11-08 12:22:33 +00:00
committed by GitHub

View File

@@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "go-ethereum";
version = "1.9.6";
version = "1.9.7";
goPackagePath = "github.com/ethereum/go-ethereum";
@@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "08k6p7mbszlg8mq8k3vi5xrfnhfbxlh2ynd0nr0j64qdhmhcdnq6";
sha256 = "07110dj91wmkpwz7iy0lmxx3y9wjxjrhk3rhkfdil74cxm0wkkn2";
};
meta = with stdenv.lib; {