Rocket.Chat icon

Rocket.Chat 4.13.0

Official desktop client for Rocket.Chat

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    rocket-chat # Rocket.Chat
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    rocket-chat # Rocket.Chat
  ];
}

Package Definition

{
  "pname": "rocket-chat",
  "version": "4.13.0",
  "src": {
    "url": "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/4.13.0/rocketchat-4.13.0-mac.dmg",
    "sha256": "fcef58ceb1ce15ad6a05bb48d8394648fc76551c47c8459eba01a253710dc4a2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Rocket.Chat.app\" && cp -r \"Rocket.Chat.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Official desktop client for Rocket.Chat",
    "homepage": "https://rocket.chat/"
  }
}