ocamlPackages.ffmpeg-avdevice 1.1.8 -> 1.1.10 https://github.com/savonet/ocaml-ffmpeg/releases attrpath: ocamlPackages.ffmpeg-avdevice Checking auto update branch... No auto update branch exists Old version 1.1.8" not present in master derivation file with contents: { lib, buildDunePackage, dune-configurator, pkg-config, fetchFromGitHub, callPackage , AppKit , AudioToolbox , AVFoundation , Cocoa , CoreImage , ForceFeedback , ffmpeg-base ? callPackage ./base.nix { } , ffmpeg-av, ffmpeg , OpenGL , stdenv , VideoToolbox }: buildDunePackage { pname = "ffmpeg-avdevice"; minimalOCamlVersion = "4.08"; inherit (ffmpeg-base) version src; nativeBuildInputs = [ pkg-config ]; buildInputs = [ dune-configurator ] ++ lib.optionals stdenv.isDarwin [ AppKit AudioToolbox AVFoundation Cocoa CoreImage ForceFeedback OpenGL VideoToolbox ]; propagatedBuildInputs = [ ffmpeg-av ffmpeg.dev ]; doCheck = true; meta = ffmpeg-base.meta // { description = "Bindings for the ffmpeg avdevice library"; }; }