BitBox icon

BitBox 4.51.4

Protect your coins with the latest Swiss made hardware wallet

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bitbox",
  "version": "4.51.4",
  "src": {
    "url": "https://github.com/BitBoxSwiss/bitbox-wallet-app/releases/download/v4.51.4/BitBox-4.51.4-macOS.dmg",
    "sha256": "b0acaacc07e25f0e6da6290133572c45c67c2267203863ceb98bddf70eb5ac6c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BitBox.app\" && cp -r \"BitBox.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Protect your coins with the latest Swiss made hardware wallet",
    "homepage": "https://bitbox.swiss/"
  }
}