libsForQt5.mlt: 7.26.0 -> 7.28.0

This commit is contained in:
R. Ryantm 2024-09-18 21:27:45 +00:00
parent b96572e6bc
commit c017a22aad

View File

@ -41,13 +41,13 @@
stdenv.mkDerivation rec {
pname = "mlt";
version = "7.26.0";
version = "7.28.0";
src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
hash = "sha256-MC7D7bgguDFZi8Dyip1wAa2zxxkpLupl05xFiDc8Byw=";
hash = "sha256-rXxjHXXIFFggd2v9ZlNBs0XUDmvJxLvR2JfGkTxDYEA=";
# The submodule contains glaxnimate code, since MLT uses internally some functions defined in glaxnimate.
# Since glaxnimate is not available as a library upstream, we cannot remove for now this dependency on
# submodules until upstream exports glaxnimate as a library: https://gitlab.com/mattbas/glaxnimate/-/issues/545