8x8_work icon

8x8_work 8.22.2-7

Communications application with voice, video, chat, and web conferencing

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    8x8-work # 8x8_work
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    8x8-work # 8x8_work
  ];
}

Package Definition

{
  "pname": "8x8-work",
  "version": "8.22.2-7",
  "src": {
    "url": "https://work-desktop-assets.8x8.com/prod-publish/ga/work-arm64-dmg-v8.22.2-7.dmg",
    "sha256": "ec0916ca285f6b223a6bf95ba8e554c20c3a45758416f0c55990e9fcb53407d2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/8x8 Work.app\" && cp -r \"8x8 Work.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Communications application with voice, video, chat, and web conferencing",
    "homepage": "https://www.8x8.com/products/apps"
  }
}