Binance icon

Binance 1.54.7

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