mlt-qt4: update from 0.9.2 to 0.9.6

This commit is contained in:
Cillian de Róiste 2015-06-09 11:48:43 +02:00 committed by Cillian de Róiste
parent 62f2b24c83
commit 6455404f1b

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "mlt-${version}";
version = "0.9.2";
version = "0.9.6";
src = fetchurl {
url = "https://github.com/mltframework/mlt/archive/v${version}.tar.gz";
sha256 = "0vk1i2yrny6dbip4aha25ibgv4m2rdhpxmz6a74q9wz1cgzbb766";
sha256 = "0s8ypg0q50zfcmq527y8cbdvzxhiqidm1923k28ar8jqmjp45ssh";
};
buildInputs = [