QQ icon

QQ 6.9.75_250616_01

Instant messaging tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "qq",
  "version": "6.9.75_250616_01",
  "src": {
    "url": "https://dldir1.qq.com/qqfile/qq/QQNT/Mac/QQ_6.9.75_250616_01.dmg",
    "sha256": "312d961ab02e04695bcf3c5f525722c680f5b2772111a2eee0472fb7ce0775fa"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QQ.app\" && cp -r \"QQ.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Instant messaging tool",
    "homepage": "https://im.qq.com/macqq/index.shtml"
  }
}