summary refs log tree commit diff
path: root/pkgs/development/libraries/mlt
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-09 14:20:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-09 14:20:33 +0000
commit65af4910c431917ee6efc6537d926527b2515fbe (patch)
tree047a30480154d1261bec0c24e212838067257700 /pkgs/development/libraries/mlt
parentd8179d810c98510a8bf4ce4d518da89b4a962ef0 (diff)
downloadnixpkgs-65af4910c431917ee6efc6537d926527b2515fbe.tar
nixpkgs-65af4910c431917ee6efc6537d926527b2515fbe.tar.gz
nixpkgs-65af4910c431917ee6efc6537d926527b2515fbe.tar.bz2
nixpkgs-65af4910c431917ee6efc6537d926527b2515fbe.tar.lz
nixpkgs-65af4910c431917ee6efc6537d926527b2515fbe.tar.xz
nixpkgs-65af4910c431917ee6efc6537d926527b2515fbe.tar.zst
nixpkgs-65af4910c431917ee6efc6537d926527b2515fbe.zip
libsForQt5.mlt: 7.12.0 -> 7.14.0
Diffstat (limited to 'pkgs/development/libraries/mlt')
-rw-r--r--pkgs/development/libraries/mlt/qt-5.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/mlt/qt-5.nix b/pkgs/development/libraries/mlt/qt-5.nix
index c2d4e6aa56d..b7a881548d3 100644
--- a/pkgs/development/libraries/mlt/qt-5.nix
+++ b/pkgs/development/libraries/mlt/qt-5.nix
@@ -27,13 +27,13 @@
 
 mkDerivation rec {
   pname = "mlt";
-  version = "7.12.0";
+  version = "7.14.0";
 
   src = fetchFromGitHub {
     owner = "mltframework";
     repo = "mlt";
     rev = "v${version}";
-    sha256 = "sha256-Y7lbfwA0lkQB3PjYQIQaQ0BeXGcgyCmMnDqqZJ8zUaA=";
+    sha256 = "sha256-BmvgDj/zgGJNpTy5A9XPOl+9001Kc0qSFSqQ3gwZPmI=";
   };
 
   buildInputs = [