From 75dd88964130cd3767a9259fc4ca67d289a0134e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:29:12 +0000 Subject: [PATCH] slang: Update to version 2024.1.23 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index bc8e36093e..efa2e680b8 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.22", + "version": "2024.1.23", "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.22/slang-2024.1.22-win64.zip", - "hash": "a5fac1c090c09872711d59176dad86622b895b694302fbbbbda589e8af5ca98a", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.23/slang-2024.1.23-win64.zip", + "hash": "0067a65ddcc21b396c17098a5d6eec0c420e5f9960fe22db931e018dd4c9ce09", "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.22/slang-2024.1.22-win32.zip", - "hash": "5b1fc8dc79075751694154b15ff5daee86b03146a894997d473f74386016587c", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.23/slang-2024.1.23-win32.zip", + "hash": "b4d70a6b83ca7e6a47c94c6b7353efce1e41bf6f1319bf62a3e7ba95da1e004b", "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.22/slang-2024.1.22-win-arm64.zip", - "hash": "55aaf61da45193834345e19d52b9d86af3333876f74054d73929768f47fa75b5", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.23/slang-2024.1.23-win-arm64.zip", + "hash": "9eb56348be3f7c86d2c09d7069d5e14d3d27eb5146c7b8e8a1b0b6ac52900e99", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"