Buckets Beta icon

Buckets Beta 0.81.1

Budgeting tool

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    buckets_beta # Buckets Beta
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    buckets_beta # Buckets Beta
  ];
}

Package Definition

{
  "pname": "buckets_beta",
  "version": "0.81.1",
  "src": {
    "url": "https://github.com/buckets/desktop-beta/releases/download/v0.81.1/Buckets-Beta-arm64-0.81.1.dmg",
    "sha256": "2bd4217dd75b3f813647c9f4a454e52e6e4c2dbb03bc96161f22e393360d86f3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Buckets Beta.app\" && cp -r \"Buckets Beta.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Budgeting tool",
    "homepage": "https://www.budgetwithbuckets.com/"
  }
}