Hook icon

Hook 6.12

Link and retrieve key information

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "hookmark",
  "version": "6.12",
  "src": {
    "url": "https://updates.hookproductivity.com/downloads/Hookmark-app-6.12.dmg",
    "sha256": "1f49fe10232fb99d0512813c8c286900e4794fc35a5eccabb9d7ead9615d2a57"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Hookmark.app\" && cp -r \"Hookmark.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Link and retrieve key information",
    "homepage": "https://hookproductivity.com/"
  }
}