WeChat for Mac icon

WeChat for Mac 4.0.6.18,29382

Free messaging and calling application

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    wechat # WeChat for Mac
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    wechat # WeChat for Mac
  ];
}

Package Definition

{
  "pname": "wechat",
  "version": "4.0.6.18,29382",
  "src": {
    "url": "https://dldir1.qq.com/weixin/Universal/Mac/xWeChatMac_universal_4.0.6.18_29382.dmg",
    "sha256": "ef9b2f2ec80a8b986fec46398177cf6e624a224b4a76a81293768e927d01d6de"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/WeChat.app\" && cp -r \"WeChat.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Free messaging and calling application",
    "homepage": "https://mac.weixin.qq.com/"
  }
}