mlt-qt5: 6.14.0 -> 6.16.0

This commit is contained in:
Bart Brouns 2019-07-19 17:58:02 +02:00
parent 6c0ed987ee
commit 14a3e30deb

@ -7,13 +7,13 @@ let inherit (stdenv.lib) getDev; in
stdenv.mkDerivation rec {
name = "mlt-${version}";
version = "6.14.0";
version = "6.16.0";
src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
sha256 = "0lxjrd0rsadkfwg86qp0p176kqd9zdfhbmjygmrg5jklmxzd5i25";
sha256 = "1362fv63p34kza9v4b71b6wakgvsa2vdx9y0g28x3yh4cp4k97kx";
};
buildInputs = [