QQ icon

QQ 6.9.73_250523_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.73_250523_01",
  "src": {
    "url": "https://dldir1.qq.com/qqfile/qq/QQNT/Mac/QQ_6.9.73_250523_01.dmg",
    "sha256": "d5a711e0d81cf9b9a6a42725ad38255b535b7ad6f4b2738bf5ffd029bf9f8cc3"
  },
  "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"
  }
}