WeChat Work icon

WeChat Work 5.0.0.99730

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.0.99730",
  "src": {
    "url": "https://dldir1.qq.com/foxmail/wecom-mac/updatebzl/WeCom_5.0.0.99730_Apple.dmg",
    "sha256": "c82fec59348dae803673361a8ad32b660dd500619db64bcba4a8f1735d1510e1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/企业微信.app\" && cp -r \"企业微信.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Messaging and calling application",
    "homepage": "https://work.weixin.qq.com/"
  }
}