From c2bd6d4b5ce01d1c517e75b5e29f5c5c432abccf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 15:45:53 +0000 Subject: [PATCH] slang@2024.1.22: Fix hash (Closes #5926) --- bucket/slang.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/slang.json b/bucket/slang.json index 1006e6df6f..bc8e36093e 100644 --- a/bucket/slang.json +++ b/bucket/slang.json @@ -6,7 +6,7 @@ "architecture": { "64bit": { "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.22/slang-2024.1.22-win64.zip", - "hash": "2f9f645b42672ab667ffcacbd78de7483d78374e737c682dc3203fd7ce1bf705", + "hash": "a5fac1c090c09872711d59176dad86622b895b694302fbbbbda589e8af5ca98a", "bin": [ "bin/windows-x64/release/slangc.exe", "bin/windows-x64/release/slangd.exe" @@ -14,7 +14,7 @@ }, "32bit": { "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.22/slang-2024.1.22-win32.zip", - "hash": "57a77f178ccdcbc420d468c96545af5623b960a5e8f033918cffc08a27265fd6", + "hash": "5b1fc8dc79075751694154b15ff5daee86b03146a894997d473f74386016587c", "bin": [ "bin/windows-x86/release/slangc.exe", "bin/windows-x86/release/slangd.exe" @@ -22,7 +22,7 @@ }, "arm64": { "url": "https://github.com/shader-slang/slang/releases/download/v2024.1.22/slang-2024.1.22-win-arm64.zip", - "hash": "01770e130c37cfc0d9170011ced78d49375c7cbf83f1bdb28ba13932217a910d", + "hash": "55aaf61da45193834345e19d52b9d86af3333876f74054d73929768f47fa75b5", "bin": [ "bin/windows-aarch64/release/slangc.exe", "bin/windows-aarch64/release/slangd.exe"