[Backport release-25.11] neothesia: pin ffmpeg to ffmpeg_7 (#466550)

This commit is contained in:
Aleksana 2025-11-30 12:38:57 +00:00 committed by GitHub
commit e872fd2228
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
rustPlatform,
fetchFromGitHub,
lib,
ffmpeg,
ffmpeg_7,
pkg-config,
alsa-lib,
wayland,
@ -27,7 +27,7 @@ rustPlatform.buildRustPackage {
inherit src version;
buildInputs = [
ffmpeg
ffmpeg_7
alsa-lib
];