Binance icon

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