Skip to content

Commit e4633ab

Browse files
committed
mlt: 7.30.0 -> 7.32.0
1 parent dda3dcd commit e4633ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ml/mlt/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242

4343
stdenv.mkDerivation rec {
4444
pname = "mlt";
45-
version = "7.30.0";
45+
version = "7.32.0";
4646

4747
src = fetchFromGitHub {
4848
owner = "mltframework";
4949
repo = "mlt";
5050
rev = "v${version}";
51-
hash = "sha256-z1bW+hcVeMeibC1PUS5XNpbkNB+75YLoOWZC2zuDol4=";
51+
hash = "sha256-8T5FXXGs7SxL6nD+R1Q/0Forsdp5Xux4S3VLvgqXzw8=";
5252
# The submodule contains glaxnimate code, since MLT uses internally some functions defined in glaxnimate.
5353
# Since glaxnimate is not available as a library upstream, we cannot remove for now this dependency on
5454
# submodules until upstream exports glaxnimate as a library: https://gitlab.com/mattbas/glaxnimate/-/issues/545

0 commit comments

Comments
 (0)