Dash icon

Dash 23.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": "23.1.2",
  "src": {
    "url": "https://github.com/dashpay/dash/releases/download/v23.1.2/dashcore-23.1.2-arm64-apple-darwin.zip",
    "sha256": "88ed839f9c664f3260ad9f0a11447c73c4d053e97bc135cf5698a4fdd0c96e64"
  },
  "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/"
  }
}