Happ icon

Happ 2.8.0

Platform for building proxies to bypass network restrictions

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "happ",
  "version": "2.8.0",
  "src": {
    "url": "https://github.com/Happ-proxy/happ-desktop/releases/download/2.8.0/Happ.macOS.universal.dmg",
    "sha256": "e9c069d1547a7eedfba7f8e3974d8725203425b5bebbbcc2beaae4dcb2004f22"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Happ.app\" && cp -r \"Happ.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Platform for building proxies to bypass network restrictions",
    "homepage": "https://www.happ.su/main/"
  }
}