summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-10-14 06:55:36 -0700
committerR. RyanTM <ryantm-bot@ryantm.com>2018-10-14 06:55:36 -0700
commit6fb80eeacc72e2d7702e4555fca0122ec9a55ed1 (patch)
treeb65413d0acce4bcc5f50ce4e9dacd5c36a4e85ed /pkgs/applications/video
parent35ce480d69778867c1de820188879bbad6bc2f75 (diff)
downloadnixlib-6fb80eeacc72e2d7702e4555fca0122ec9a55ed1.tar
nixlib-6fb80eeacc72e2d7702e4555fca0122ec9a55ed1.tar.gz
nixlib-6fb80eeacc72e2d7702e4555fca0122ec9a55ed1.tar.bz2
nixlib-6fb80eeacc72e2d7702e4555fca0122ec9a55ed1.tar.lz
nixlib-6fb80eeacc72e2d7702e4555fca0122ec9a55ed1.tar.xz
nixlib-6fb80eeacc72e2d7702e4555fca0122ec9a55ed1.tar.zst
nixlib-6fb80eeacc72e2d7702e4555fca0122ec9a55ed1.zip
libsForQt5.libopenshot: 0.2.1 -> 0.2.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libopenshot/versions
Diffstat (limited to 'pkgs/applications/video')
-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 64bbb07f0aaa..aab54e6d2ee2 100644
--- a/pkgs/applications/video/openshot-qt/libopenshot.nix
+++ b/pkgs/applications/video/openshot-qt/libopenshot.nix
@@ -8,13 +8,13 @@
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "libopenshot-${version}";
-  version = "0.2.1";
+  version = "0.2.2";
 
   src = fetchFromGitHub {
     owner = "OpenShot";
     repo = "libopenshot";
     rev = "v${version}";
-    sha256 = "0n8ksnv6y2qh9iz352zqibfhnfvyjq7pkvy51prl47620ac40pc3";
+    sha256 = "1x4kv05pdq1pglb6y056aa7llc6iyibyhzg93k7zwj0q08cp5ixd";
   };
 
   patchPhase = ''