summary refs log tree commit diff
path: root/pkgs/development/libraries/mlt
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@viric.name>2016-08-06 14:57:26 +0200
committerLluís Batlle i Rossell <viric@viric.name>2016-08-17 10:06:30 +0200
commit9f9cac34d3d0461c5ad1365bd17dcb80a58591a7 (patch)
tree5d2a340a9b3bf78a9e53e6b9ceeac26838f9568f /pkgs/development/libraries/mlt
parentefab1cb928020434054e00b25a8867331da738ec (diff)
downloadnixpkgs-9f9cac34d3d0461c5ad1365bd17dcb80a58591a7.tar
nixpkgs-9f9cac34d3d0461c5ad1365bd17dcb80a58591a7.tar.gz
nixpkgs-9f9cac34d3d0461c5ad1365bd17dcb80a58591a7.tar.bz2
nixpkgs-9f9cac34d3d0461c5ad1365bd17dcb80a58591a7.tar.lz
nixpkgs-9f9cac34d3d0461c5ad1365bd17dcb80a58591a7.tar.xz
nixpkgs-9f9cac34d3d0461c5ad1365bd17dcb80a58591a7.tar.zst
nixpkgs-9f9cac34d3d0461c5ad1365bd17dcb80a58591a7.zip
Updating mlt to 6.2.0
(cherry picked from commit 93d8ab8007102e0e4d7f23cf25bb353d1cc5bced)

I checked with kdenlive people, and they say that we should always use the
latest mlt possible; that it should not be any problem, and provide only
improvements.
Diffstat (limited to 'pkgs/development/libraries/mlt')
-rw-r--r--pkgs/development/libraries/mlt/qt-5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mlt/qt-5.nix b/pkgs/development/libraries/mlt/qt-5.nix
index b279371b210..259d5a25d15 100644
--- a/pkgs/development/libraries/mlt/qt-5.nix
+++ b/pkgs/development/libraries/mlt/qt-5.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation rec {
   name = "mlt-${version}";
-  version = "0.9.8";
+  version = "6.2.0";
 
   src = fetchurl {
     url = "https://github.com/mltframework/mlt/archive/v${version}.tar.gz";
-    sha256 = "0x0hsb05i7g70dh3jll41qlvcylailfgsr0y1dpx7hyigynxc50j";
+    sha256 = "1zwzfgxrcbwkxnkiwv0a1rzxdnnaly90yyarl9wdw84nx11ffbnx";
   };
 
   buildInputs = [