Skip to content

Commit

Permalink
go-ethereum: 1.9.6 -> 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
xrelkd committed Nov 8, 2019
1 parent e5e374e commit 3ab5272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/go-ethereum.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
pname = "go-ethereum";
version = "1.9.6";
version = "1.9.7";

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

Expand All @@ -14,7 +14,7 @@ buildGoPackage rec {
owner = "ethereum";
repo = pname;
rev = "v${version}";
sha256 = "08k6p7mbszlg8mq8k3vi5xrfnhfbxlh2ynd0nr0j64qdhmhcdnq6";
sha256 = "07110dj91wmkpwz7iy0lmxx3y9wjxjrhk3rhkfdil74cxm0wkkn2";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 3ab5272

Please sign in to comment.