SimpleX Chat icon

SimpleX Chat 6.4.1

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.1",
  "src": {
    "url": "https://github.com/simplex-chat/simplex-chat/releases/download/v6.4.1/simplex-desktop-macos-aarch64.dmg",
    "sha256": "b9856b6e9965a34b7629ef17c46b1bb918e5aeb2faaee11931042b2f62153594"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SimpleX.app\" && cp -r \"SimpleX.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Messenger for SimpleX protocol",
    "homepage": "https://simplex.chat/"
  }
}