mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Merge pull request #337319 from emilazy/push-tuksqzuumnzo
nixos/go2rtc: unpin FFmpeg 6
This commit is contained in:
commit
4da8cc80f1
@ -55,8 +55,8 @@ in
|
||||
ffmpeg = {
|
||||
bin = mkOption {
|
||||
type = path;
|
||||
default = "${lib.getBin pkgs.ffmpeg_6-headless}/bin/ffmpeg";
|
||||
defaultText = literalExpression "\${lib.getBin pkgs.ffmpeg_6-headless}/bin/ffmpeg";
|
||||
default = lib.getExe pkgs.ffmpeg_7-headless;
|
||||
defaultText = literalExpression "lib.getExe pkgs.ffmpeg_7-headless";
|
||||
description = ''
|
||||
The ffmpeg package to use for transcoding.
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user