Hook icon

Hook 6.11.1

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.11.1",
  "src": {
    "url": "https://updates.hookproductivity.com/downloads/Hookmark-app-6.11.1.dmg",
    "sha256": "f60e5e31b397add7e00067ed2118b3492cad14145b89c0f8fa4cb1aa7aa1fe97"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Hookmark.app\" && cp -r \"Hookmark.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Link and retrieve key information",
    "homepage": "https://hookproductivity.com/"
  }
}