nginxModules.video-thumbextractor: init at 0.9.0

This commit is contained in:
Izorkin 2019-04-21 10:32:46 +03:00
parent f6525448a5
commit 6600d00ed1

View file

@ -389,6 +389,16 @@ in
};
};
video-thumbextractor = {
src = fetchFromGitHub {
owner = "wandenberg";
repo = "nginx-video-thumbextractor-module";
rev = "0.9.0";
sha256 = "1b0v471mzbcys73pzr7gpvzzhff0cva0l5ff32cv7z1v9c0ypji7";
};
inputs = [ pkgs.ffmpeg ];
};
vts = {
src = fetchFromGitHub {
owner = "vozlt";