DeltaChat icon

DeltaChat 1.60.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.60.1",
  "src": {
    "url": "https://download.delta.chat/desktop/v1.60.1/DeltaChat-1.60.1-arm64.dmg",
    "sha256": "739cec32de05b9e8e44356313b1701156cbf582b376e7b4ef18aaf6798fcbb4c"
  },
  "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/"
  }
}