Sync icon

Sync 2.2.61

Store, share and access files from anywhere

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "sync",
  "version": "2.2.61",
  "src": {
    "url": "https://www10.sync.com/download/apple/Sync-2.2.61.dmg",
    "sha256": "8e1d757e4878e8b5df15e80009e82c687c0a0b270f8f3e698a3659d2e9bb7f02"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Sync.app\" && cp -r \"Sync.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Store, share and access files from anywhere",
    "homepage": "https://www.sync.com/"
  }
}