nginxModules.vod: pin to ffmpeg 6 (#351775)

This commit is contained in:
Martin Weinelt 2024-10-28 01:39:30 +01:00 committed by GitHub
commit 9680715f80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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";