QQ icon

QQ 6.9.96_260528_01,9.9.31,045f4292

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.96_260528_01,9.9.31,045f4292",
  "src": {
    "url": "https://qqdl.gtimg.cn/qqfile/QQNT/9.9.31/release/045f4292/QQ_6.9.96_260528_01.dmg",
    "sha256": "70c8163177cab4be192c1ae31a144ea4230d007b4521d9d945fca2f57b6c2232"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/QQ.app\" && cp -r \"QQ.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Instant messaging tool",
    "homepage": "https://im.qq.com/index/#/macos"
  }
}