From fdb56afc803a711d2fd1faf8dcce4b0cfa10cfa5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 08:28:12 +0000 Subject: [PATCH] slang: Update to version 2024.1.22 --- bucket/slang.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index b32f41cbb4..1006e6df6f 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -1,28 +1,28 @@ { - "version": "2024.1.21", + "version": "2024.1.22", "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.21/slang-2024.1.21-win64.zip", - "hash": "ca1c8e6e85c2bc5b9180a2160ddf2f348201ce581ae6826d70d9b87cdf361e83", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.22/slang-2024.1.22-win64.zip", + "hash": "2f9f645b42672ab667ffcacbd78de7483d78374e737c682dc3203fd7ce1bf705", "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.21/slang-2024.1.21-win32.zip", - "hash": "df0d5792c47e2f371e99f1354b6774c565314d17bf2ad55d39fd911424ba7934", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.22/slang-2024.1.22-win32.zip", + "hash": "57a77f178ccdcbc420d468c96545af5623b960a5e8f033918cffc08a27265fd6", "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.21/slang-2024.1.21-win-arm64.zip", - "hash": "314fab41d4c75ec349291c175483e7f7f9d082a8682500c18ac84871c45121d6", + "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.22/slang-2024.1.22-win-arm64.zip", + "hash": "01770e130c37cfc0d9170011ced78d49375c7cbf83f1bdb28ba13932217a910d", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"