summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/openshot-qt
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-01 05:11:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-01 05:11:55 +0000
commit3e72531b370c0aec6ffe431e7a41b8f3c619426d (patch)
treea7ae8954d31956ffe72245324b30a8b1849896f3 /pkgs/applications/video/openshot-qt
parent3d7270abd5b28bc8ef6c64a7eb15f41bdc9717f0 (diff)
libsForQt5.libopenshot-audio: 0.2.2 -> 0.3.0
Diffstat (limited to 'pkgs/applications/video/openshot-qt')
-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 438eae467098..0c028a4a046f 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 = [