From 66ffc8c253a6e4e1ee9b0cb7e8cab110003b196f Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Mon, 30 Mar 2026 02:00:20 +0200 Subject: [PATCH] provide explicit commits for lsquic and jwt --- waku.nimble | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index f4efee4c6..f74e92316 100644 --- a/waku.nimble +++ b/waku.nimble @@ -38,7 +38,6 @@ requires "nim >= 2.2.4", "json_rpc", "presto", "web3", - "jwt", # Database "db_connector", "sqlite3_abi", @@ -58,6 +57,9 @@ requires "nim >= 2.2.4", # Packages not on nimble (use git URLs) requires "https://github.com/logos-messaging/nim-ffi" +requires "https://github.com/vacp2p/nim-lsquic#86b8efc703d06a493fa984b76e4ffb6ddde99c41" +requires "https://github.com/vacp2p/nim-jwt.git#18f8378de52b241f321c1f9ea905456e89b95c6f" + ### Pinned dependencies — source of truth is nimble.lock task install_pinned, "Install dependencies pinned in nimble.lock":