Feishu icon

Feishu 7.53.6,ae1e91aa

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.53.6,ae1e91aa",
  "src": {
    "url": "https://sf3-cn.feishucdn.com/obj/ee-appcenter/ae1e91aa/Feishu-darwin_arm64-7.53.6-signed.dmg",
    "sha256": "7043d6b51815ce029a649479330cc0ad24f9c09ddf7ef5d61ea9ca6337f5b6c2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Feishu.app\" && cp -r \"Lark.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Project management software",
    "homepage": "https://www.feishu.cn/"
  }
}