Binance icon

Binance 2.1.0

Cryptocurrency exchange

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "binance",
  "version": "2.1.0",
  "src": {
    "url": "https://ftp.binance.com/electron-desktop/mac/production/binance-2.1.0-arm64.dmg",
    "sha256": "d44f84827c45cb0b0d8a8fef38030dd1a213cfe4f5150afc209c524c29143fcd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Binance.app\" && cp -r \"Binance.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Cryptocurrency exchange",
    "homepage": "https://binance.com/"
  }
}