Browse Source

Update xmake.lua

Jérôme Leclercq 5 months ago
parent
commit
ee14127093
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/s/slang/xmake.lua

+ 1 - 1
packages/s/slang/xmake.lua

@@ -6,7 +6,7 @@ package("slang")
     add_urls("https://github.com/shader-slang/slang/archive/refs/tags/$(version).tar.gz",
     add_urls("https://github.com/shader-slang/slang/archive/refs/tags/$(version).tar.gz",
              "https://github.com/shader-slang/slang.git")
              "https://github.com/shader-slang/slang.git")
 
 
-    add_versions("v2025.6.2", 
+    add_versions("v2025.6.2", "024fc3de73598ef00222ec71ae59382afaf761fc97e47d63420dfc2ff4c1f761")
 
 
     add_configs("shared", { description = "Build shared library", default = true, type = "boolean", readonly = true })
     add_configs("shared", { description = "Build shared library", default = true, type = "boolean", readonly = true })
     add_configs("embed_stdlib_source", { description = "Embed stdlib source in the binary", default = true, type = "boolean" })
     add_configs("embed_stdlib_source", { description = "Embed stdlib source in the binary", default = true, type = "boolean" })