Revert "mlt: 7.30.0 -> 7.32.0" (#411352)

authored by Weijia Wang and committed by GitHub 36454d7a cdd5be2c

+2 -2
+2 -2
pkgs/by-name/ml/mlt/package.nix
··· 42 42 43 43 stdenv.mkDerivation rec { 44 44 pname = "mlt"; 45 - version = "7.32.0"; 45 + version = "7.30.0"; 46 46 47 47 src = fetchFromGitHub { 48 48 owner = "mltframework"; 49 49 repo = "mlt"; 50 50 rev = "v${version}"; 51 - hash = "sha256-8T5FXXGs7SxL6nD+R1Q/0Forsdp5Xux4S3VLvgqXzw8="; 51 + hash = "sha256-z1bW+hcVeMeibC1PUS5XNpbkNB+75YLoOWZC2zuDol4="; 52 52 # The submodule contains glaxnimate code, since MLT uses internally some functions defined in glaxnimate. 53 53 # Since glaxnimate is not available as a library upstream, we cannot remove for now this dependency on 54 54 # submodules until upstream exports glaxnimate as a library: https://gitlab.com/mattbas/glaxnimate/-/issues/545