فهرست منبع

Update flatcc git ver (#7071)

* Update flatcc git ver

trying to solve the error occurred when installing nanoarrow[ipc]

* incorrect year
Altina Orion 5 ماه پیش
والد
کامیت
1eb4908e76
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      packages/f/flatcc/xmake.lua

+ 1 - 0
packages/f/flatcc/xmake.lua

@@ -6,6 +6,7 @@ package("flatcc")
     add_urls("https://github.com/dvidelabs/flatcc/archive/refs/tags/$(version).tar.gz",
              "https://github.com/dvidelabs/flatcc.git")
 
+    add_versions("2025.04.08", "810821ea5bc87ac7b874a703d354ea4d75d83a06")
     add_versions("v0.6.1", "2533c2f1061498499f15acc7e0937dcf35bc68e685d237325124ae0d6c600c2b")
 
     add_configs("reflection", {description = "generation of binary flatbuffer schema files", default = false, type = "boolean"})