lol

Updating mlt to 6.2.0

(cherry picked from commit 93d8ab8007102e0e4d7f23cf25bb353d1cc5bced)

I checked with kdenlive people, and they say that we should always use the
latest mlt possible; that it should not be any problem, and provide only
improvements.

+2 -2
+2 -2
pkgs/development/libraries/mlt/qt-5.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 name = "mlt-${version}"; 7 - version = "0.9.8"; 7 + version = "6.2.0"; 8 8 9 9 src = fetchurl { 10 10 url = "https://github.com/mltframework/mlt/archive/v${version}.tar.gz"; 11 - sha256 = "0x0hsb05i7g70dh3jll41qlvcylailfgsr0y1dpx7hyigynxc50j"; 11 + sha256 = "1zwzfgxrcbwkxnkiwv0a1rzxdnnaly90yyarl9wdw84nx11ffbnx"; 12 12 }; 13 13 14 14 buildInputs = [