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-07 14:04:44 +0200
committerLluís Batlle i Rossell <viric@viric.name>2016-08-12 15:38:04 +0200
commit17f0cce4452e7c836160a15c157a7609efd4160a (patch)
treec346f15583bcca0353f3900dd0d72f3ba118ad91 /pkgs/development/libraries/mlt
parent2d933d9d986b39b2752b89561b67754c37edd8d1 (diff)
downloadnixpkgs-17f0cce4452e7c836160a15c157a7609efd4160a.tar
nixpkgs-17f0cce4452e7c836160a15c157a7609efd4160a.tar.gz
nixpkgs-17f0cce4452e7c836160a15c157a7609efd4160a.tar.bz2
nixpkgs-17f0cce4452e7c836160a15c157a7609efd4160a.tar.lz
nixpkgs-17f0cce4452e7c836160a15c157a7609efd4160a.tar.xz
nixpkgs-17f0cce4452e7c836160a15c157a7609efd4160a.tar.zst
nixpkgs-17f0cce4452e7c836160a15c157a7609efd4160a.zip
Adding the mlt version that matches kdenlive 15.12.
(cherry picked from commit 008f88ae6f0aa43cf0dc4e36f059ee03e1a0b99b)
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 d66d3fe9372..b279371b210 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.6";
+  version = "0.9.8";
 
   src = fetchurl {
     url = "https://github.com/mltframework/mlt/archive/v${version}.tar.gz";
-    sha256 = "0s8ypg0q50zfcmq527y8cbdvzxhiqidm1923k28ar8jqmjp45ssh";
+    sha256 = "0x0hsb05i7g70dh3jll41qlvcylailfgsr0y1dpx7hyigynxc50j";
   };
 
   buildInputs = [