DeltaChat icon

DeltaChat 1.52.1

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": "1.52.1",
  "src": {
    "url": "https://download.delta.chat/desktop/v1.52.1/DeltaChat-1.52.1-arm64.dmg",
    "sha256": "c8ffff7f6e4f76a74f95905ea6ee988417a48c98130accd1f921f9d91e538a35"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"DeltaChat.app\" \"$out/Applications/DeltaChat.app\""
  ],
  "meta": {
    "description": "Chat via the e-mail server network",
    "homepage": "https://delta.chat/"
  }
}