Unverified Commit 9680715f authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

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

parents 31513aaf 36fd1561
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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";