Merge pull request #40481 from r-ryantm/auto-update/mlt

libsForQt5.mlt: 6.6.0 -> 6.8.0
This commit is contained in:
Matthew Justin Bauer
2018-05-16 00:58:46 -05:00
committed by GitHub

View File

@@ -7,13 +7,13 @@ let inherit (stdenv.lib) getDev; in
stdenv.mkDerivation rec {
name = "mlt-${version}";
version = "6.6.0";
version = "6.8.0";
src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
sha256 = "0b2fq0819r7n141l6hhr66hpayqqcmjr2yxw9azxkapg1h0div6q";
sha256 = "0hmxlz3i9yasw5jdkrczak8shzlnpi1acaahn50lvgg9b14kg7b8";
};
buildInputs = [