From bd95c9078313249141cd03d06ac1358e8f8caab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torleif=20Sk=C3=A5r?= <16509259+tskaar@users.noreply.github.com> Date: Sat, 25 Apr 2026 19:33:04 +0200 Subject: [PATCH] fix(submodule/vacask): use a publicly available hash The current commit hash (`266b0f86034724977dfc12d29dff11f369695802`), is not publicly available, causing submodule updates to fail locally. This changes to the commit hash of the latest tagged release (`_0.3.2`). --- external/vacask | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/vacask b/external/vacask index 266b0f86..b68c6b97 160000 --- a/external/vacask +++ b/external/vacask @@ -1 +1 @@ -Subproject commit 266b0f86034724977dfc12d29dff11f369695802 +Subproject commit b68c6b973d82e1c789db328f0d900864e823d5e1