Surfshark icon

Surfshark 4.25.1,4098

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.1,4098",
  "src": {
    "url": "https://downloads.surfshark.com/macOS/stable/4.25.1/4098/Surfshark.dmg",
    "sha256": "42a436fadded6a844eed115de7d1a7a5f28673bc79cc6d3fd5eb252fcb01f06c"
  },
  "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/"
  }
}