Gitify icon

Gitify 6.3.0

GitHub notifications on your menu bar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "gitify",
  "version": "6.3.0",
  "src": {
    "url": "https://github.com/gitify-app/gitify/releases/download/v6.3.0/Gitify-6.3.0-universal-mac.zip",
    "sha256": "940c31e08683f4e08895108bd6f968693f7839695728785a007fd3d6e64fc535"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Gitify.app\" && cp -r \"Gitify.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "GitHub notifications on your menu bar",
    "homepage": "https://github.com/gitify-app/gitify"
  }
}