diff --git a/bucket/slang.json b/bucket/slang.json index 6cf24105ff..7f68bdfc19 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.6", + "version": "2024.1.7", "description": "A new language and compiler for shader development.", "homepage": "https://shader-slang.com/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.6/slang-2024.1.6-win64.zip", - "hash": "093a9d53bb5b44bf23446701f6baee47e08b6fe036e1a87a2155a8824aead786", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.7/slang-2024.1.7-win64.zip", + "hash": "d11126ac799d8d6d0256488d0aeb477ff541bbd8f808934168415c263dec5163", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" ] }, "32bit": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.6/slang-2024.1.6-win32.zip", - "hash": "1f6aa45a26bf829e104e75a038423c5b9cad08a4d56fced4c33186145299dcc4", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.7/slang-2024.1.7-win32.zip", + "hash": "6ac0d2cf02d0de00e039e0e74ceaaca7a99b1428cc77aa380df3c35acf0b3312", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" ] }, "arm64": { - "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.6/slang-2024.1.6-win-arm64.zip", - "hash": "3e6c995d8e0fd964afc4e73dcdfaad35a5351dcdcf0b4243a7a7dcc2d62cec7f", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.7/slang-2024.1.7-win-arm64.zip", + "hash": "c1e1d1dddd4fd0d1bef44dae9ff193a615bde11e0cb9cfc02a1fae0d84128ffe", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"