Skip to content

Commit

Permalink
go-ethereum: 1.7.1 -> 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabrunox committed Oct 14, 2017
1 parent 8c618fc commit 7c45662
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 {
name = "go-ethereum-${version}";
version = "1.7.1";
version = "1.7.2";
goPackagePath = "github.com/ethereum/go-ethereum";

# Fix for usb-related segmentation faults on darwin
Expand All @@ -16,7 +16,7 @@ buildGoPackage rec {
owner = "ethereum";
repo = "go-ethereum";
rev = "v${version}";
sha256 = "1rhqnqp2d951d4084z7dc07q0my4wd5401968a0nqj030a9vgng2";
sha256 = "11n77zlf8qixhx26sqf33v911716msi6h0z4ng8gxhzhznrn2nrd";
};

# Fix cyclic referencing on Darwin
Expand Down

0 comments on commit 7c45662

Please sign in to comment.