BlueWallet icon

BlueWallet 7.1.3

Bitcoin wallet and Lightning wallet

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "bluewallet",
  "version": "7.1.3",
  "src": {
    "url": "https://github.com/BlueWallet/BlueWallet/releases/download/v7.1.3/BlueWallet.7.1.3.dmg",
    "sha256": "78a2313a7143aacbd970dcc6b4fb13f32f4b5564498c0ff09065d5d12790be85"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BlueWallet.app\" && cp -r \"BlueWallet.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Bitcoin wallet and Lightning wallet",
    "homepage": "https://bluewallet.io/"
  }
}