mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
libsForQt5.mlt: 7.26.0 -> 7.28.0 (#342887)
This commit is contained in:
commit
6656b34dd1
@ -41,13 +41,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mlt";
|
pname = "mlt";
|
||||||
version = "7.26.0";
|
version = "7.28.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mltframework";
|
owner = "mltframework";
|
||||||
repo = "mlt";
|
repo = "mlt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-MC7D7bgguDFZi8Dyip1wAa2zxxkpLupl05xFiDc8Byw=";
|
hash = "sha256-rXxjHXXIFFggd2v9ZlNBs0XUDmvJxLvR2JfGkTxDYEA=";
|
||||||
# The submodule contains glaxnimate code, since MLT uses internally some functions defined in glaxnimate.
|
# 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
|
# 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
|
# submodules until upstream exports glaxnimate as a library: https://gitlab.com/mattbas/glaxnimate/-/issues/545
|
||||||
|
Loading…
Reference in New Issue
Block a user