UVtools icon

UVtools 5.1.3

MSLA/DLP, file analysis, calibration, repair, conversion and manipulation

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    uvtools # UVtools
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    uvtools # UVtools
  ];
}

Package Definition

{
  "pname": "uvtools",
  "version": "5.1.3",
  "src": {
    "url": "https://github.com/sn4k3/UVtools/releases/download/v5.1.3/UVtools_osx-arm64_v5.1.3.zip",
    "sha256": "20691c8072f5f0a6ea80f4600e4f35602965481e8d7c8a3c5c703dcd39ed6e5f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/UVtools.app\" && cp -r \"UVtools.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "MSLA/DLP, file analysis, calibration, repair, conversion and manipulation",
    "homepage": "https://github.com/sn4k3/UVtools"
  }
}