summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/altcoins/go-ethereum-classic/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/altcoins/go-ethereum-classic/default.nix')
-rw-r--r--pkgs/applications/altcoins/go-ethereum-classic/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/altcoins/go-ethereum-classic/default.nix b/pkgs/applications/altcoins/go-ethereum-classic/default.nix
index 7461e4c376ab..ed8086f742f9 100644
--- a/pkgs/applications/altcoins/go-ethereum-classic/default.nix
+++ b/pkgs/applications/altcoins/go-ethereum-classic/default.nix
@@ -1,7 +1,7 @@
{ lib, buildGoPackage, fetchgit }:
buildGoPackage rec {
- name = "go-ethereum-classic-${version}";
+ pname = "go-ethereum-classic";
version = "4.0.0";
goPackagePath = "github.com/ethereumproject/go-ethereum";