DeltaChat icon

DeltaChat 2.33.0

Chat via the e-mail server network

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "deltachat",
  "version": "2.33.0",
  "src": {
    "url": "https://download.delta.chat/desktop/v2.33.0/DeltaChat-2.33.0-arm64.dmg",
    "sha256": "7bc38179f6cc6809d9b8963a8bc0573e7331b63cbf57e2ea039594e10557133b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/DeltaChat.app\" && cp -r \"DeltaChat.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Chat via the e-mail server network",
    "homepage": "https://delta.chat/"
  }
}