Poker Copilot icon

Poker Copilot 7.55,9501

Online poker HUD and tracking software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    poker-copilot # Poker Copilot
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    poker-copilot # Poker Copilot
  ];
}

Package Definition

{
  "pname": "poker-copilot",
  "version": "7.55,9501",
  "src": {
    "url": "https://static.pokercopilot.com/pokercopilot_macos_7_55_build_9501.dmg",
    "sha256": "dc62a0c7c2759f357dfcd8b8edddceac9563b01f9c282ff9966335024c67675d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Poker Copilot.app\" \"$out/Applications/Poker Copilot.app\""
  ],
  "meta": {
    "description": "Online poker HUD and tracking software",
    "homepage": "https://pokercopilot.com/"
  }
}