WeChat Work icon

WeChat Work 5.0.9.99905

Messaging and calling application

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    wechatwork # WeChat Work
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    wechatwork # WeChat Work
  ];
}

Package Definition

{
  "pname": "wechatwork",
  "version": "5.0.9.99905",
  "src": {
    "url": "https://dldir1.qq.com/foxmail/wecom-mac/updatebzl/WeCom_5.0.9.99905_Apple.dmg",
    "sha256": "694200287eae0fadf6ebab5fc0b9b69875d5a57395123a2850b065bfc163d80f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/企业微信.app\" && cp -r \"企业微信.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Messaging and calling application",
    "homepage": "https://work.weixin.qq.com/"
  }
}