Merge pull request #30382 from sorpaas/update-geth-classic

go-ethereum-classic: 3.5.86 -> 4.0.0

authored by Jörg Thalheim and committed by GitHub 1193354e 5ec10da8

+2 -2
+2 -2
pkgs/applications/altcoins/go-ethereum-classic/default.nix
··· 2 3 buildGoPackage rec { 4 name = "go-ethereum-classic-${version}"; 5 - version = "3.5.86"; 6 7 goPackagePath = "github.com/ethereumproject/go-ethereum"; 8 subPackages = [ "cmd/evm" "cmd/geth" ]; ··· 10 src = fetchgit { 11 rev = "v${version}"; 12 url = "https://github.com/ethereumproject/go-ethereum"; 13 - sha256 = "1k59hl3qvx4422zqlp259566fnxq5bs67jhm0v6a1zfr1k8iqzwh"; 14 }; 15 16 goDeps = ./deps.nix;
··· 2 3 buildGoPackage rec { 4 name = "go-ethereum-classic-${version}"; 5 + version = "4.0.0"; 6 7 goPackagePath = "github.com/ethereumproject/go-ethereum"; 8 subPackages = [ "cmd/evm" "cmd/geth" ]; ··· 10 src = fetchgit { 11 rev = "v${version}"; 12 url = "https://github.com/ethereumproject/go-ethereum"; 13 + sha256 = "06f1w7s45q4zva1xjrx92xinsdrixl0m6zhx5hvdjmg3xqcbwr79"; 14 }; 15 16 goDeps = ./deps.nix;