ocamlPackages.ffmpeg-swscale 1.1.8 -> 1.1.11 https://github.com/savonet/ocaml-ffmpeg/releases attrpath: ocamlPackages.ffmpeg-swscale 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 , ffmpeg-base ? callPackage ./base.nix { } , ffmpeg-avutil, ffmpeg , stdenv , VideoToolbox }: buildDunePackage { pname = "ffmpeg-swscale"; minimalOCamlVersion = "4.08"; inherit (ffmpeg-base) version src; nativeBuildInputs = [ pkg-config ]; buildInputs = [ dune-configurator ] ++ lib.optionals stdenv.isDarwin [ VideoToolbox ]; propagatedBuildInputs = [ ffmpeg-avutil ffmpeg.dev ]; doCheck = true; meta = ffmpeg-base.meta // { description = "Bindings for the ffmpeg swscale library"; }; }