diff --git a/bin/install-deps.sh b/bin/install-deps.sh index 1e14b4a..866cf26 100755 --- a/bin/install-deps.sh +++ b/bin/install-deps.sh @@ -14,4 +14,4 @@ sudo apt-get update && sudo apt-get install -qy \ && \ wget https://sourceforge.net/projects/sigpack/files/sigpack-1.2.7.zip -O sigpack.zip && unzip sigpack.zip && ln -s sigpack-*/sigpack . && \ wget https://github.com/nlohmann/json/releases/download/v3.11.2/json.hpp && \ - git clone https://github.com/DTolm/VkFFT -b v1.3.3 + git clone https://github.com/DTolm/VkFFT -b v1.3.4