Merge pull request #246374 from r-ryantm/auto-update/libsForQt5.mlt

libsForQt5.mlt: 7.16.0 -> 7.18.0
This commit is contained in:
Weijia Wang 2023-08-02 11:41:10 +02:00 committed by GitHub
commit b43c65b62e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "mlt";
version = "7.16.0";
version = "7.18.0";
src = fetchFromGitHub {
owner = "mltframework";
repo = "mlt";
rev = "v${version}";
hash = "sha256-Ed9CHaeJ8Rkrvfq/dZVOn/5lhHLH7B6A1Qf2xOQfWik=";
hash = "sha256-3qvMuBr2w/gedTDIjG6ezatleXuQSnKX4SkBShzj6aw=";
};
nativeBuildInputs = [