nginxModules.vod: update to 1.29 and switch ffmpeg_3 to ffmpeg (#142114)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
882994d511
commit
2d78d99772
@ -509,10 +509,10 @@ in
|
||||
name = "vod";
|
||||
owner = "kaltura";
|
||||
repo = "nginx-vod-module";
|
||||
rev = "e46079f51282d5a378e6911714b5f3a533bb7700";
|
||||
sha256 = "0pzzq4xcq7jg8mxwnz7srj1nczg9ajd1b8q58qlm03lny8nd2hr5";
|
||||
rev = "1.29";
|
||||
sha256 = "1z0ka0cwqbgh3fv2d5yva395sf90626rdzx7lyfrgs89gy4h9nrr";
|
||||
};
|
||||
inputs = [ pkgs.ffmpeg_3 pkgs.fdk_aac pkgs.openssl pkgs.libxml2 pkgs.libiconv ];
|
||||
inputs = with pkgs; [ ffmpeg fdk_aac openssl libxml2 libiconv ];
|
||||
};
|
||||
|
||||
vts = {
|
||||
|
Loading…
Reference in New Issue
Block a user