Rocket.Chat icon

Rocket.Chat 4.7.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.7.0",
  "src": {
    "url": "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/4.7.0/rocketchat-4.7.0-mac.dmg",
    "sha256": "5c9193d2446d6045e792294aca088d3b85042166d429254b34baf97715bd0852"
  },
  "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/"
  }
}