Happ icon

Happ 2.9.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.9.0",
  "src": {
    "url": "https://github.com/Happ-proxy/happ-desktop/releases/download/2.9.0/Happ.macOS.universal.dmg",
    "sha256": "9bff5639b6000d4e5a8adf2e9a2b0cba3d953c62bfb27bdd89bddd32c1ac815c"
  },
  "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/"
  }
}