nginxModules.vod: pin to ffmpeg 6

Closes: #351760
This commit is contained in:
Martin Weinelt
2024-10-28 00:21:04 +01:00
parent e4735dbdda
commit 36fd156152
+2 -1
View File
@@ -11,6 +11,7 @@
, expat
, fdk_aac
, ffmpeg-headless
, ffmpeg_6-headless
, geoip
, libbsd
, libiconv
@@ -991,7 +992,7 @@ let self = {
'';
};
inputs = [ ffmpeg-headless fdk_aac openssl libxml2 libiconv ];
inputs = [ ffmpeg_6-headless fdk_aac openssl libxml2 libiconv ];
meta = with lib; {
description = "VOD packager";