diff --git a/backend/go/voice-detect/Makefile b/backend/go/voice-detect/Makefile index 3d1079f8f..235793138 100644 --- a/backend/go/voice-detect/Makefile +++ b/backend/go/voice-detect/Makefile @@ -1,6 +1,6 @@ # voice-detect backend Makefile. # -# Upstream pin lives below as VOICEDETECT_VERSION?=b6e4356... (.github/bump_deps.sh +# Upstream pin lives below as VOICEDETECT_VERSION?=30beecd... (.github/bump_deps.sh # can find and update it - matches the parakeet.cpp / whisper.cpp / ds4 convention). # # Local dev shortcut: if you already have an out-of-tree voice-detect.cpp build, @@ -13,7 +13,7 @@ # The default target below does the proper clone-at-pin + cmake build so CI does # not need a side-checkout. -VOICEDETECT_VERSION?=b6e43562aeed67fdfd0708d125b2088743b0852f +VOICEDETECT_VERSION?=30beecdbe9662fb27e826ae4ec949d3fa02ff366 VOICEDETECT_REPO?=https://github.com/mudler/voice-detect.cpp GOCMD?=go