WISO Steuer 2025 icon

WISO Steuer 2025 32.04.2230-HF1,32.04.2230-b

Tax declaration for the fiscal year 2024

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    wiso-steuer-2025 # WISO Steuer 2025
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    wiso-steuer-2025 # WISO Steuer 2025
  ];
}

Package Definition

{
  "pname": "wiso-steuer-2025",
  "version": "32.04.2230-HF1,32.04.2230-b",
  "src": {
    "url": "https://update.buhl-data.com/Updates/Steuer/2025/Mac/Files/32.04.2230-HF1/SteuerMac2025-32.04.2230-b.dmg",
    "sha256": "af691b766dfb521fb0ae456d01db583385b1fe3090e94e18ef460530da9359b9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/WISO Steuer 2025.app\" && cp -r \"SteuerMac 2025.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tax declaration for the fiscal year 2024",
    "homepage": "https://www.buhl.de/download/wiso-steuer-2025/"
  }
}