Binance icon

Binance 1.54.16

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