DeltaChat icon

DeltaChat 2.35.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.35.0",
  "src": {
    "url": "https://download.delta.chat/desktop/v2.35.0/DeltaChat-2.35.0-arm64.dmg",
    "sha256": "0356459747b87f61c38f4731c69a8adcdd14ffe96a30c003036cd7ad64464924"
  },
  "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/"
  }
}