TunnelBear icon

TunnelBear 5.6.1

VPN client for secure internet access and private browsing

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tunnelbear",
  "version": "5.6.1",
  "src": {
    "url": "https://tunnelbear.s3.amazonaws.com/downloads/mac/TunnelBear-5.6.1.zip",
    "sha256": "8487fd56e68bcda4ef821c19d988131792b7dbdd7b6f8855b27ce547ff508e84"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/TunnelBear.app\" && cp -r \"TunnelBear.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "VPN client for secure internet access and private browsing",
    "homepage": "https://www.tunnelbear.com/"
  }
}