WeChat for Mac icon

WeChat for Mac 4.0.6.19,29383

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.19,29383",
  "src": {
    "url": "https://dldir1.qq.com/weixin/Universal/Mac/xWeChatMac_universal_4.0.6.19_29383.dmg",
    "sha256": "1e5a06fbe0c6cecc4cec2d006cde0f5e493315d8548410dc1f956af9b4d4b841"
  },
  "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/"
  }
}