about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-01-01 22:50:01 -0300
committerGitHub <noreply@github.com>2023-01-01 22:50:01 -0300
commitb9a9b3861ad02081f4a12b271b7acee31391af76 (patch)
tree5aa29ac89ac63139bf5336b5933a056102dbc946 /pkgs/applications/video
parent47fd756154e536ddcdf271fc180dd1502967757e (diff)
parent3e72531b370c0aec6ffe431e7a41b8f3c619426d (diff)
Merge pull request #208586 from r-ryantm/auto-update/libopenshot-audio
libsForQt5.libopenshot-audio: 0.2.2 -> 0.3.0
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/openshot-qt/libopenshot-audio.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/openshot-qt/libopenshot-audio.nix b/pkgs/applications/video/openshot-qt/libopenshot-audio.nix
index 438eae4670980..0c028a4a046f9 100644
--- a/pkgs/applications/video/openshot-qt/libopenshot-audio.nix
+++ b/pkgs/applications/video/openshot-qt/libopenshot-audio.nix
@@ -20,13 +20,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libopenshot-audio";
-  version = "0.2.2";
+  version = "0.3.0";
 
   src = fetchFromGitHub {
     owner = "OpenShot";
     repo = "libopenshot-audio";
     rev = "v${version}";
-    sha256 = "sha256-XtwTZsj/L/sw/28E7Qr5UyghGlBFFXvbmZLGXBB8vg0=";
+    sha256 = "sha256-b3BZ275oJTxWfBWtdZetUQw0t7QznL0Q0lP7cKy/avg=";
   };
 
   patches = [