From 4445715399a623ee69dde7a1e7801f215980e4a1 Mon Sep 17 00:00:00 2001 From: Peter Gal Date: Tue, 17 Nov 2015 16:03:14 +0100 Subject: [PATCH] Fix spirv tools hash It seems that the old hash vanished from the repository. The new hash should point to the same commit as before. Well at least the commit message seems to be the same as before. --- external/fetch_sources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/fetch_sources.py b/external/fetch_sources.py index f810b17..a4a509c 100644 --- a/external/fetch_sources.py +++ b/external/fetch_sources.py @@ -170,7 +170,7 @@ PACKAGES = [ postExtract = postExtractLibpng), GitRepo( "git@gitlab.khronos.org:spirv/spirv-tools.git", - "6e5fc02aef16d8cdc65d39c20166cd2775d2af35", + "3d2bf532949bb0c38edf7fde0ef2464bbff48e17", "spirv-tools"), GitRepo( "git@gitlab.khronos.org:GLSL/glslang.git", -- 2.7.4