Proton Pass icon

Proton Pass 1.32.10

Desktop client for Proton Pass

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "proton-pass",
  "version": "1.32.10",
  "src": {
    "url": "https://proton.me/download/PassDesktop/darwin/universal/ProtonPass_1.32.10.dmg",
    "sha256": "da555b3e27e887ccd8de1426712d00d1e44450e37d6f7f13085f2b2dc000fa50"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Proton Pass.app\" && cp -r \"Proton Pass.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop client for Proton Pass",
    "homepage": "https://proton.me/pass"
  }
}