WISO Steuer 2023 icon

WISO Steuer 2023 30.16.5130-RC1

Tax declaration for the fiscal year 2022

Installation

System wide:

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

Home Manager:

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

Package Definition

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