Rocket.Chat icon

Rocket.Chat 4.1.2

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.1.2",
  "src": {
    "url": "https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/4.1.2/rocketchat-4.1.2-mac.dmg",
    "sha256": "4f47a2c60c910b0ec1740f75d365363a42b366462044aada5f1bf70f29194d9a"
  },
  "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/"
  }
}