From 250475548bd1aae4301e1814cad94b3ac2cb6ad3 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Tue, 3 Dec 2024 14:45:37 +0100 Subject: [PATCH] bump libudx --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 010c6fe..c923443 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ project(udx_native C) bare_target(target) -fetch_package("github:holepunchto/libudx#906ab07") +fetch_package("github:holepunchto/libudx#b737b2d8a7d19c77ede46a35f412f2a1ef9b1e78") add_bare_module(udx_native_bare)