UVtools icon

UVtools 6.0.0

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.0",
  "src": {
    "url": "https://github.com/sn4k3/UVtools/releases/download/v6.0.0/UVtools_osx-arm64_v6.0.0.zip",
    "sha256": "e5853cfe2a0947666cdd707bce3f105ede8d438cd931b3e292952fe3047c879b"
  },
  "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"
  }
}