Fishing Funds icon

Fishing Funds 8.6.2

Display real-time trends of Chinese funds in the menubar

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    fishing-funds # Fishing Funds
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    fishing-funds # Fishing Funds
  ];
}

Package Definition

{
  "pname": "fishing-funds",
  "version": "8.6.2",
  "src": {
    "url": "https://github.com/1zilc/fishing-funds/releases/download/v8.6.2/Fishing-Funds-8.6.2-arm64.dmg",
    "sha256": "5e063fbcefada24a51cae22c1b49b584c37f47ee130bf3cf00ada7a78e39dbdb"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Fishing Funds.app\" && cp -r \"Fishing Funds.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Display real-time trends of Chinese funds in the menubar",
    "homepage": "https://ff.1zilc.top/"
  }
}