Proton Drive icon

Proton Drive 1.16.0

Client for Proton Drive

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    proton-drive # Proton Drive
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    proton-drive # Proton Drive
  ];
}

Package Definition

{
  "pname": "proton-drive",
  "version": "1.16.0",
  "src": {
    "url": "https://proton.me/download/drive/macos/ProtonDrive-1.16.0.dmg",
    "sha256": "7276fa2c6a040969a74958ba54c671792232b69a0768359bf80ff378b607e43c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Proton Drive.app\" && cp -r \"Proton Drive.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Client for Proton Drive",
    "homepage": "https://proton.me/drive"
  }
}