about summary refs log tree commit diff
path: root/pkgs/applications/video/openshot-qt
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2017-08-29 12:31:50 +0200
committerBastian Köcher <git@kchr.de>2017-08-29 12:31:50 +0200
commitbebcef8892c624711a05749e4b2ce6d1e613b276 (patch)
tree4f764fb3119a27191aa15848d0ad0c52fbf32236 /pkgs/applications/video/openshot-qt
parentf5f0d8389015fe93d376a0cfbd1c6344ea04b33e (diff)
downloadnixlib-bebcef8892c624711a05749e4b2ce6d1e613b276.tar
nixlib-bebcef8892c624711a05749e4b2ce6d1e613b276.tar.gz
nixlib-bebcef8892c624711a05749e4b2ce6d1e613b276.tar.bz2
nixlib-bebcef8892c624711a05749e4b2ce6d1e613b276.tar.lz
nixlib-bebcef8892c624711a05749e4b2ce6d1e613b276.tar.xz
nixlib-bebcef8892c624711a05749e4b2ce6d1e613b276.tar.zst
nixlib-bebcef8892c624711a05749e4b2ce6d1e613b276.zip
libopenshot-audio: 0.1.2 -> 0.1.4
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 82c7f247189e..6591af9d0d87 100644
--- a/pkgs/applications/video/openshot-qt/libopenshot-audio.nix
+++ b/pkgs/applications/video/openshot-qt/libopenshot-audio.nix
@@ -4,13 +4,13 @@
 with stdenv.lib;
 stdenv.mkDerivation rec {
   name = "libopenshot-audio-${version}";
-  version = "0.1.2";
+  version = "0.1.4";
 
   src = fetchFromGitHub {
     owner = "OpenShot";
     repo = "libopenshot-audio";
     rev = "v${version}";
-    sha256 = "0dxyhnqkjc5y4hra8s17q9lafll6fx0pgibmmjznjm70whqcj8a6";
+    sha256 = "07615vacbvi08pzm4lxfckfwib2xcfdjaggpda58hy8nr0677fzq";
   };
 
   nativeBuildInputs =