Binance icon

Binance 2.2.1

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.2.1",
  "src": {
    "url": "https://ftp.binance.com/electron-desktop/mac/production/binance-2.2.1-arm64.dmg",
    "sha256": "b69c093e610bccb1145ffae78b5ba7c7c7d8388f842d56b652740c3a1c8d426c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Binance.app\" && cp -r \"Binance.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Cryptocurrency exchange",
    "homepage": "https://binance.com/"
  }
}