altcoins: rename dash to dashpay

It wouldn't be good to have two unrelated packages called `dash`.
Discussed on #10772.
This commit is contained in:
Vladimír Čunát 2015-11-11 10:31:26 +01:00
parent 10cbe8a016
commit e07e376563
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "dash-${meta.version}";
name = "dashpay-${meta.version}";
src = fetchzip {
url = "https://github.com/dashpay/dash/archive/v${meta.version}.tar.gz";

View file

@ -8,7 +8,7 @@ rec {
bitcoin-xt = callPackage ./bitcoin-xt.nix { withGui = true; };
bitcoind-xt = callPackage ./bitcoin-xt.nix { withGui = false; };
dash = callPackage ./dash.nix { };
dashpay = callPackage ./dashpay.nix { };
dogecoin = callPackage ./dogecoin.nix { withGui = true; };
dogecoind = callPackage ./dogecoin.nix { withGui = false; };