weweChat icon

weweChat 1.1.7

Unofficial WeChat client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    wewechat # weweChat
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    wewechat # weweChat
  ];
}

Package Definition

{
  "pname": "wewechat",
  "version": "1.1.7",
  "src": {
    "url": "https://github.com/trazyn/weweChat/releases/download/v1.1.7/wewechat-1.1.7-mac.dmg",
    "sha256": "4673347d6192fba598f9e9271ad4dea52f633b8da623056cac84de88d4e72c5e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/wewechat.app\" && cp -r \"wewechat.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Unofficial WeChat client",
    "homepage": "https://github.com/trazyn/weweChat"
  }
}