Skip to content

Commit

Permalink
Merge pull request #66563 from xrelkd/update/go-ethereum
Browse files Browse the repository at this point in the history
go-ethereum: 1.9.1 -> 1.9.2
  • Loading branch information
adisbladis committed Aug 13, 2019
2 parents 3a4aab9 + 196d4a6 commit bafc5ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/go-ethereum.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "go-ethereum";
version = "1.9.1";
version = "1.9.2";

goPackagePath = "github.com/ethereum/go-ethereum";

Expand All @@ -17,7 +17,7 @@ buildGoPackage rec {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "05vnjdjwahdp2j7c6g81jchpdhxmdpbr20mjzpszylp9824v4cba";
sha256 = "0lymwylh4j63fzj9jy7mcw676a2ksgpsj9mazif1r3d2q73h9m88";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit bafc5ed

Please sign in to comment.