CashNotify icon

CashNotify 3.7.0

Monitor your Stripe and Paypal accounts from your menubar

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "cashnotify",
  "version": "3.7.0",
  "src": {
    "url": "https://github.com/BaguetteEngineering/download.cashnotify.com/releases/download/v3.7.0/CashNotify-3.7.0.dmg",
    "sha256": "98977df0f1b9776b890285c353bebf1f03eed1cf3d15cb6d85412f5bee30db87"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CashNotify.app\" && cp -r \"CashNotify.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Monitor your Stripe and Paypal accounts from your menubar",
    "homepage": "https://cashnotify.com/"
  }
}