From f28fd3a0fcb892dcfe1958e09a5d1eda12aac46f Mon Sep 17 00:00:00 2001 From: David Kleingeld Date: Mon, 13 Oct 2025 11:31:34 +0200 Subject: [PATCH] fix hakari --- .config/hakari.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/hakari.toml b/.config/hakari.toml index 1e8386a14115be2e36b287ace0d47d464df9e620..b43d1ca58c7fd10e1cf30171b20547be3a1553d5 100644 --- a/.config/hakari.toml +++ b/.config/hakari.toml @@ -26,7 +26,7 @@ third-party = [ # build of remote_server should not include scap / its x11 dependency { name = "zed-scap", git = "https://github.com/zed-industries/scap", rev = "4afea48c3b002197176fb19cd0f9b180dd36eaac", version = "0.0.8-zed" }, # build of remote_server should not need to include on libalsa through rodio - { name = "rodio", git = "https://github.com/RustAudio/rodio" }, + { name = "rodio", git = "https://github.com/RustAudio/rodio", rev = "836c0133533ad89f6df08b584d1e4c7269744062" }, ] [final-excludes]