8x8_work icon

8x8_work 8.31.3-1

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.31.3-1",
  "src": {
    "url": "https://work-desktop-assets.8x8.com/prod-publish/ga/work-arm64-dmg-v8.31.3-1.dmg",
    "sha256": "298446c6581c8da07eee245603695de77a935c93a0babddda8dd956f81c170d0"
  },
  "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://docs.8x8.com/8x8WebHelp/8x8-work-for-desktop/Content/workd/about-the-app.htm"
  }
}