Surfshark icon

Surfshark 4.22.1,3053

VPN client for secure internet access and private browsing

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "surfshark",
  "version": "4.22.1,3053",
  "src": {
    "url": "https://downloads.surfshark.com/macOS/stable/4.22.1/3053/Surfshark.dmg",
    "sha256": "ce76e18a6cef1ddcdc8ccdba0f9beea3c6411f3e88f8d48eb66b5cc3b8dd95bd"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Surfshark.app\" && cp -r \"Surfshark.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "VPN client for secure internet access and private browsing",
    "homepage": "https://surfshark.com/"
  }
}