Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libsForQt5.mlt: 6.10.0 -> 6.12.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/mlt/versions

+2 -2
+2 -2
pkgs/development/libraries/mlt/qt-5.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 name = "mlt-${version}"; 10 - version = "6.10.0"; 10 + version = "6.12.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "mltframework"; 14 14 repo = "mlt"; 15 15 rev = "v${version}"; 16 - sha256 = "0ki86yslr5ywa6sz8pjrgd9a4rn2rr4mss2zkmqi7pq8prgsm1fr"; 16 + sha256 = "0pzm3mjbbdl2rkbswgyfkx552xlxh2qrwzsi2a4dicfr92rfgq6w"; 17 17 }; 18 18 19 19 buildInputs = [