libsForQt5.mlt: 6.24.0 -> 6.24.0

This commit is contained in:
R. RyanTM 2021-04-11 11:50:19 +00:00
parent 496c7d3e9d
commit 6667b38ed9

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "mlt"; pname = "mlt";
version = "6.24.0"; version = "6.26.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mltframework"; owner = "mltframework";
repo = "mlt"; repo = "mlt";
rev = "v${version}"; rev = "v${version}";
sha256 = "1my43ica2qax2622307dv4gn3w8hkchy643i9pq8r9yh2hd4pvs9"; sha256 = "FPXROiX7A6oB1VMipw3slyhk7q4fO6m9amohnC67lnA=";
}; };
buildInputs = [ buildInputs = [