HELO icon

HELO 1.7.0

Email tester and debugger

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "helo",
  "version": "1.7.0",
  "src": {
    "url": "https://helo.fra1.digitaloceanspaces.com/helo/HELO-1.7.0-arm64.dmg",
    "sha256": "f06465971d21e38c5a96c5d4f1689440a2673bf00bc38e963fd182af2bc0fe83"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/HELO.app\" && cp -r \"HELO.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Email tester and debugger",
    "homepage": "https://usehelo.com/"
  }
}