forked from mirrors/nixpkgs
go-ethereum-classic: 3.5.86 -> 4.0.0
This commit is contained in:
parent
f7ba92bfa3
commit
e8c89aaf06
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "go-ethereum-classic-${version}";
|
name = "go-ethereum-classic-${version}";
|
||||||
version = "3.5.86";
|
version = "4.0.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/ethereumproject/go-ethereum";
|
goPackagePath = "github.com/ethereumproject/go-ethereum";
|
||||||
subPackages = [ "cmd/evm" "cmd/geth" ];
|
subPackages = [ "cmd/evm" "cmd/geth" ];
|
||||||
|
@ -10,7 +10,7 @@ buildGoPackage rec {
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
url = "https://github.com/ethereumproject/go-ethereum";
|
url = "https://github.com/ethereumproject/go-ethereum";
|
||||||
sha256 = "1k59hl3qvx4422zqlp259566fnxq5bs67jhm0v6a1zfr1k8iqzwh";
|
sha256 = "06f1w7s45q4zva1xjrx92xinsdrixl0m6zhx5hvdjmg3xqcbwr79";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
Loading…
Add table
Reference in a new issue