Dash icon

Dash 22.1.2

Dash - Reinventing Cryptocurrency

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    dash-dash # Dash
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    dash-dash # Dash
  ];
}

Package Definition

{
  "pname": "dash-dash",
  "version": "22.1.2",
  "src": {
    "url": "https://github.com/dashpay/dash/releases/download/v22.1.2/dashcore-22.1.2-arm64-apple-darwin.zip",
    "sha256": "64c544150e4e296f77dcea9c628a244e784d4f8f1c2ffe38fdabeb40d4499d8b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Dash-Qt.app\" && cp -r \"Dash-Qt.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Dash - Reinventing Cryptocurrency",
    "homepage": "https://www.dash.org/"
  }
}