mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
Revert "mlt: 7.30.0 -> 7.32.0"
This commit is contained in:
parent
09e52e12d4
commit
46aea2e76f
1 changed files with 2 additions and 2 deletions
|
@ -42,13 +42,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mlt";
|
pname = "mlt";
|
||||||
version = "7.32.0";
|
version = "7.30.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mltframework";
|
owner = "mltframework";
|
||||||
repo = "mlt";
|
repo = "mlt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-8T5FXXGs7SxL6nD+R1Q/0Forsdp5Xux4S3VLvgqXzw8=";
|
hash = "sha256-z1bW+hcVeMeibC1PUS5XNpbkNB+75YLoOWZC2zuDol4=";
|
||||||
# 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…
Add table
Add a link
Reference in a new issue