UVtools icon

UVtools 6.0.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": "6.0.3",
  "src": {
    "url": "https://github.com/sn4k3/UVtools/releases/download/v6.0.3/UVtools_osx-arm64_v6.0.3.zip",
    "sha256": "39028cec6cb998a56161bc4127e089f90d71265fda235e3e9ef4c84e53a38f3b"
  },
  "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"
  }
}