Merge pull request #224183 from bbigras/megasync

megasync: pin to ffmpeg_4
This commit is contained in:
Mario Rodas 2023-04-01 09:27:03 -05:00 committed by GitHub
commit 64dfc28589
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5269,7 +5269,7 @@ with pkgs;
medusa = callPackage ../tools/security/medusa { };
megasync = libsForQt5.callPackage ../applications/misc/megasync {
ffmpeg = ffmpeg-full;
ffmpeg = ffmpeg_4;
};
megacmd = callPackage ../applications/misc/megacmd { };