3
0
Fork 0
forked from mirrors/nixpkgs

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

go-ethereum: 1.9.2 -> 1.9.3
This commit is contained in:
adisbladis 2019-09-03 23:01:31 +01:00 committed by GitHub
commit 2308d5034c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
buildGoPackage rec {
pname = "go-ethereum";
version = "1.9.2";
version = "1.9.3";
goPackagePath = "github.com/ethereum/go-ethereum";
@ -17,7 +17,7 @@ buildGoPackage rec {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "0lymwylh4j63fzj9jy7mcw676a2ksgpsj9mazif1r3d2q73h9m88";
sha256 = "0lv6gxp34j26hqazcvyr4c7rsl1vljm6cfzkcmlapsjdgym505bg";
};
meta = with stdenv.lib; {