CashNotify icon

CashNotify 3.8.2

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.8.2",
  "src": {
    "url": "https://github.com/BaguetteEngineering/download.cashnotify.com/releases/download/v3.8.2/CashNotify-3.8.2-universal.dmg",
    "sha256": "a799d2a91048533192375d72eeba9e4bbd0bae6987606065b7d59c9487d9c3a8"
  },
  "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/"
  }
}