Skip to content

Commit

Permalink
go-ethereum: 1.8.1 -> 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Mar 6, 2018
1 parent cae5a3b commit 8f38b1c
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.8.1";
version = "1.8.2";
goPackagePath = "github.com/ethereum/go-ethereum";

# Fix for usb-related segmentation faults on darwin
Expand All @@ -27,7 +27,7 @@ buildGoPackage rec {
owner = "ethereum";
repo = "go-ethereum";
rev = "v${version}";
sha256 = "0k7ly9cw68ranksa1fdn7v2lncmlqgabw3qiiyqya2xz3s4aazlf";
sha256 = "19ryfy9dsmgk3kimkmq2hif1di4binqg9718xrmirf063rajk02a";
};

meta = with stdenv.lib; {
Expand Down

0 comments on commit 8f38b1c

Please sign in to comment.