JumpCloud Password Manager icon

JumpCloud Password Manager 3.0.149

Password management tool that provides authentication, sharing and credentials

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    jumpcloud-password-manager # JumpCloud Password Manager
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    jumpcloud-password-manager # JumpCloud Password Manager
  ];
}

Package Definition

{
  "pname": "jumpcloud-password-manager",
  "version": "3.0.149",
  "src": {
    "url": "https://cdn.pwm.jumpcloud.com/DA/release/JumpCloud-Password-Manager-3.0.149.dmg",
    "sha256": "cff8776dc0396ebd32d2de53f0b364e028f2ffcd4a88645f6eb2d6701950cbcb"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/JumpCloud Password Manager.app\" && cp -r \"JumpCloud Password Manager.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Password management tool that provides authentication, sharing and credentials",
    "homepage": "https://cdn.pwm.jumpcloud.com/web/download.html#desktop"
  }
}