Dintch icon

Dintch 1.7,2025.04

Check the integrity of your files

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "dintch",
  "version": "1.7,2025.04",
  "src": {
    "url": "https://eclecticlight.co/wp-content/uploads/2025/04/dintch17.zip",
    "sha256": "728960d47779e23f5ba3ffdda7184c074e06837a320aa38b536d32071c35e3b3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/dintch17/Dintch.app\" && cp -r \"dintch17/Dintch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Check the integrity of your files",
    "homepage": "https://eclecticlight.co/dintch"
  }
}