universedesktop: ffmpeg update 5->stable

This commit is contained in:
2024-08-14 12:13:12 -04:00
parent 8f33088cdb
commit 4a62f59534

View File

@@ -1,6 +1,6 @@
{ lib, config, pkgs, ... }: { { lib, config, pkgs, ... }: {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vlc vlc
ffmpeg_5-full ffmpeg-full
]; ];
} }