Douyin Chat icon

Douyin Chat 1.1.22,12183378

Chat client for Douyin

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    douyin-chat # Douyin Chat
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    douyin-chat # Douyin Chat
  ];
}

Package Definition

{
  "pname": "douyin-chat",
  "version": "1.1.22,12183378",
  "src": {
    "url": "https://lf-impc.douyinstatic.com/obj/tos-aweme-im-pc/7094550955558967563/releases/12183378/1.1.22/darwin-x64/DouyinChat.dmg",
    "sha256": "ddc47f047dd529a6cb3a71042ab760d92e077f95dbb8da53cc62cf22a2ba7cab"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"抖音聊天.app\" \"$out/Applications/抖音聊天.app\""
  ],
  "meta": {
    "description": "Chat client for Douyin",
    "homepage": "https://www.douyin.com/downloadpage/chat"
  }
}