Skip to content

Commit

Permalink
go-ethereum: 1.7.3 -> 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Feb 20, 2018
1 parent aa50cbc commit f9ce8e0
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.3";
version = "1.8.1";
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 = "1w6rbq2qpjyf2v9mr18yiv2af1h2sgyvgrdk4bd8ixgl3qcd5b11";
sha256 = "0k7ly9cw68ranksa1fdn7v2lncmlqgabw3qiiyqya2xz3s4aazlf";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit f9ce8e0

Please sign in to comment.