about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-04-26 14:26:58 +0000
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-04-26 17:34:43 -0300
commitaafb870729d16c21c4d758fe04d14ec4713f9220 (patch)
tree80f93039c8cd300740507792dc0ac93d5468af3f
parent7b4bea7eb2bb04f021e724ec9194fee51c7dada6 (diff)
libsForQt5.libopenshot: 0.3.0 -> 0.3.2
-rw-r--r--pkgs/applications/video/openshot-qt/libopenshot.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/openshot-qt/libopenshot.nix b/pkgs/applications/video/openshot-qt/libopenshot.nix
index 904f039758ca3..8335e01e2db3c 100644
--- a/pkgs/applications/video/openshot-qt/libopenshot.nix
+++ b/pkgs/applications/video/openshot-qt/libopenshot.nix
@@ -20,13 +20,13 @@
 
 stdenv.mkDerivation rec {
   pname = "libopenshot";
-  version = "0.3.0";
+  version = "0.3.2";
 
   src = fetchFromGitHub {
     owner = "OpenShot";
     repo = "libopenshot";
     rev = "v${version}";
-    sha256 = "sha256-qe866gFhcbd7yCNXDiZ9Aj0TAiWoJ+r7C5BjtWBKSGA=";
+    sha256 = "sha256-axFGNq+Kg8atlaSlG8EKvxj/FwLfpDR8/e4otmnyosM=";
   };
 
   postPatch = ''