summary refs log tree commit diff
path: root/pkgs/development/libraries/mlt
diff options
context:
space:
mode:
authorCillian de Róiste <cillian.deroiste@gmail.com>2015-10-25 19:09:29 +0100
committerCillian de Róiste <cillian.deroiste@gmail.com>2015-10-25 19:09:29 +0100
commit9b0c75994abdc551286e79b17f80d07d7c3818c2 (patch)
tree973b06568db55b4778931a8fd73ffc01049ad90f /pkgs/development/libraries/mlt
parent44c1a72a6b9a599369bde923bbd6d2bac049cbff (diff)
downloadnixpkgs-9b0c75994abdc551286e79b17f80d07d7c3818c2.tar
nixpkgs-9b0c75994abdc551286e79b17f80d07d7c3818c2.tar.gz
nixpkgs-9b0c75994abdc551286e79b17f80d07d7c3818c2.tar.bz2
nixpkgs-9b0c75994abdc551286e79b17f80d07d7c3818c2.tar.lz
nixpkgs-9b0c75994abdc551286e79b17f80d07d7c3818c2.tar.xz
nixpkgs-9b0c75994abdc551286e79b17f80d07d7c3818c2.tar.zst
nixpkgs-9b0c75994abdc551286e79b17f80d07d7c3818c2.zip
mlt-qt5: update from 0.9.6 to 0.9.8
Diffstat (limited to 'pkgs/development/libraries/mlt')
-rw-r--r--pkgs/development/libraries/mlt/qt-5.4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mlt/qt-5.4.nix b/pkgs/development/libraries/mlt/qt-5.4.nix
index d3d8f6c6b86..6f308a20fdc 100644
--- a/pkgs/development/libraries/mlt/qt-5.4.nix
+++ b/pkgs/development/libraries/mlt/qt-5.4.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 = [