Surfshark icon

Surfshark 4.27.0,4324

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.27.0,4324",
  "src": {
    "url": "https://downloads.surfshark.com/macOS/stable/4.27.0/4324/Surfshark.dmg",
    "sha256": "e4c4c5d7d3f92b652f418585b8b7588034db79945502e5cd3959a74c55fd794d"
  },
  "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/"
  }
}