Feishu icon

Feishu 7.45.6,131af024

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