CyberGhost icon

CyberGhost 8.4.4,244

VPN client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    cyberghost-vpn # CyberGhost
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    cyberghost-vpn # CyberGhost
  ];
}

Package Definition

{
  "pname": "cyberghost-vpn",
  "version": "8.4.4,244",
  "src": {
    "url": "https://download.cyberghostvpn.com/mac/updates/v7/CyberGhost-8.4.4-244.dmg",
    "sha256": "856da311314c2836c9e20727b9fab3fea80146b453d29d8b2451c023b78410e6"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CyberGhost VPN.app\" && cp -r \"CyberGhost VPN.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "VPN client",
    "homepage": "https://www.cyberghostvpn.com/"
  }
}