DeltaChat icon

DeltaChat 2.15.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.15.0",
  "src": {
    "url": "https://download.delta.chat/desktop/v2.15.0/DeltaChat-2.15.0-arm64.dmg",
    "sha256": "b2952c75eaccc74d92afba8b2e8da247f210b9458b540460c07218247a853a23"
  },
  "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/"
  }
}