Surfshark icon

Surfshark 4.25.0,4063

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.25.0,4063",
  "src": {
    "url": "https://downloads.surfshark.com/macOS/stable/4.25.0/4063/Surfshark.dmg",
    "sha256": "191599a31f6500b5493fb0e6d667a21f9e51afcd13828ceb61b60177c5615385"
  },
  "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/"
  }
}