Updates: kdenlive-0.9.4 mlt-0.8.8

Upstream kdenlive suggests mlt-0.8.8.
This commit is contained in:
Lluís Batlle i Rossell
2013-02-14 20:06:54 +01:00
parent e2faa26761
commit 6ee6cd5ec9
3 changed files with 8 additions and 6 deletions

View File

@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
name = "mlt-${version}";
version = "0.8.0";
version = "0.8.8";
src = fetchurl {
url = "mirror://sourceforge/mlt/${name}.tar.gz";
sha256 = "1pf61imb5xzgzf65g54kybjr67235rxi20691023mcv34qwppl3v";
sha256 = "0m4nzxli1pl8w59m4iwwhpmr1xdz7xfknmbl3a0mkkd1jzdiq3nc";
};
buildInputs =