Skip to content

Commit

Permalink
go-ethereum: 1.6.7 -> 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis authored and rycee committed Sep 15, 2017
1 parent 17c3599 commit 090947b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkgs/applications/altcoins/go-ethereum.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "go-ethereum-${version}";
version = "1.6.7";
version = "1.7.0";
goPackagePath = "github.com/ethereum/go-ethereum";

# Fixes Cgo related build failures (see https://github.com/NixOS/nixpkgs/issues/25959 )
Expand All @@ -12,7 +12,7 @@ buildGoPackage rec {
owner = "ethereum";
repo = "go-ethereum";
rev = "v${version}";
sha256 = "19cq0pmif4y33v34jzvam4mcszl8vf2saf2gzfz01l4x1iv4hf1r";
sha256 = "0ybjaiyrfb320rab6a5r9iiqvkrcd8b2qvixzx0kjmc4a7l1q5zh";
};

# Fix cyclic referencing on Darwin
Expand All @@ -23,9 +23,10 @@ buildGoPackage rec {
done
'';

meta = {
meta = with stdenv.lib; {
homepage = https://ethereum.github.io/go-ethereum/;
description = "Official golang implementation of the Ethereum protocol";
license = with lib.licenses; [ lgpl3 gpl3 ];
license = with licenses; [ lgpl3 gpl3 ];
maintainers = [ maintainers.adisbladis ];
};
}

0 comments on commit 090947b

Please sign in to comment.