From ce19d16c31b26e193f98e42fd1a9261dab386b98 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Tue, 21 Oct 2025 15:26:35 +1100 Subject: [PATCH] try to fix tag on mix --- waku.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index 20ff8556f..dee4f7d4c 100644 --- a/waku.nimble +++ b/waku.nimble @@ -32,7 +32,7 @@ requires "nim >= 2.2.4", "results", "db_connector", "minilru", - "https://github.com/vacp2p/mix#0.1.0" + "https://github.com/vacp2p/mix#v0.1.0" ### Helper functions proc buildModule(filePath, params = "", lang = "c"): bool =