From 2c75d53b25692a402d9c9b3556f54a45f1d20967 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 31 Aug 2022 10:16:10 +1200 Subject: [PATCH] bootstrap: Update to omega to latest common Needed for the new hex_decode() function. (cherry picked from commit bdc4472b33820440eea96df2ff54c53d2b81a014) --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index f52669e5b..9c22faf63 100755 --- a/bootstrap +++ b/bootstrap @@ -403,7 +403,7 @@ esac swig_git_commit_hash=2c910e47ae788412b95e356c99cef5862808bf9a # Commit hash to use for common in omega: -omega_common_commit_hash=77db5ce3c7c95e54c9e119f09421894de2bb697a +omega_common_commit_hash=f775613d8aab7794bed4d57d7cf9d1caace6c76f gitdir=`git rev-parse --git-dir` -- 2.11.4.GIT