Skip to content

Commit

Permalink
mlt: 7.24.0 -> 7.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 25, 2024
1 parent 8da188f commit 0abb9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/mlt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@

stdenv.mkDerivation rec {
pname = "mlt";
version = "7.24.0";
version = "7.26.0";

src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
hash = "sha256-rs02V6+9jMF0S78rCCXcDn3gzghqnOtWEHMo/491JxA=";
hash = "sha256-MC7D7bgguDFZi8Dyip1wAa2zxxkpLupl05xFiDc8Byw=";
# 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
Expand Down

0 comments on commit 0abb9f3

Please sign in to comment.