WeChat Work icon

WeChat Work 4.1.32.99582

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