Douyin Chat icon

Douyin Chat 1.1.28,183979140

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.28,183979140",
  "src": {
    "url": "https://lf-impc.douyinstatic.com/obj/tos-aweme-im-pc/7094550955558967563/releases/183979140/1.1.28/darwin-x64/DouyinChat.dmg",
    "sha256": "8ef9c4f432699460573135895275c62b4af5ed6374e97e692024c8f3fb7fdeb2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/抖音聊天.app\" && cp -r \"抖音聊天.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Chat client for Douyin",
    "homepage": "https://www.douyin.com/downloadpage/chat"
  }
}