Feishu icon

Feishu 7.33.5,c90ec2cb

Project management software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "feishu",
  "version": "7.33.5,c90ec2cb",
  "src": {
    "url": "https://sf3-cn.feishucdn.com/obj/ee-appcenter/c90ec2cb/Feishu-darwin_arm64-7.33.5-signed.dmg",
    "sha256": "febff0f2811e4331936bccef8f4a7005716d53ce2b6b5be09a02f45380322df9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Lark.app\" \"$out/Applications/Feishu.app\""
  ],
  "meta": {
    "description": "Project management software",
    "homepage": "https://www.feishu.cn/"
  }
}