SimpleX Chat icon

SimpleX Chat 6.4.11

Messenger for SimpleX protocol

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    simplex # SimpleX Chat
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    simplex # SimpleX Chat
  ];
}

Package Definition

{
  "pname": "simplex",
  "version": "6.4.11",
  "src": {
    "url": "https://github.com/simplex-chat/simplex-chat/releases/download/v6.4.11/simplex-desktop-macos-aarch64.dmg",
    "sha256": "46fb3b4acf318c5df229c3de10ad3368e7173cc548ff417079c8a3c818c16008"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SimpleX.app\" && cp -r \"SimpleX.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Messenger for SimpleX protocol",
    "homepage": "https://simplex.chat/"
  }
}