KeeWeb icon

KeeWeb 1.18.7

Password manager compatible with KeePass

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "keeweb",
  "version": "1.18.7",
  "src": {
    "url": "https://github.com/keeweb/keeweb/releases/download/v1.18.7/KeeWeb-1.18.7.mac.arm64.dmg",
    "sha256": "6e4870b1660b91e735eaf30e7d751c7bb8dfae623d5b6c47899bd4d5ab1e6cae"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/KeeWeb.app\" && cp -r \"KeeWeb.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Password manager compatible with KeePass",
    "homepage": "https://keeweb.info/"
  }
}