WeChat for Mac icon

WeChat for Mac 4.0.6.13,29379

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.13,29379",
  "src": {
    "url": "https://dldir1.qq.com/weixin/Universal/Mac/xWeChatMac_universal_4.0.6.13_29379.dmg",
    "sha256": "0f7f12fe20186b45bac7d9bc417c3cc6920a5a1045699e0e48fef6e45eee7745"
  },
  "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/"
  }
}