summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-20 11:44:29 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-20 11:44:29 -0700
commit9836ae98e76e9007bff7805f64d0b344432e0b80 (patch)
tree4b49d162e2e088392733aed96d5d97c49df90ec2 /pkgs
parent47bbd819c78b6966165b5a35050191e5700e8460 (diff)
downloadnixpkgs-9836ae98e76e9007bff7805f64d0b344432e0b80.tar
nixpkgs-9836ae98e76e9007bff7805f64d0b344432e0b80.tar.gz
nixpkgs-9836ae98e76e9007bff7805f64d0b344432e0b80.tar.bz2
nixpkgs-9836ae98e76e9007bff7805f64d0b344432e0b80.tar.lz
nixpkgs-9836ae98e76e9007bff7805f64d0b344432e0b80.tar.xz
nixpkgs-9836ae98e76e9007bff7805f64d0b344432e0b80.tar.zst
nixpkgs-9836ae98e76e9007bff7805f64d0b344432e0b80.zip
libsForQt5.libopenshot: 0.1.7 -> 0.1.9
Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 0.1.9 with grep in /nix/store/nrg54a2kxlz3r8c4wf2if5vzq0y452fs-libopenshot-0.1.9
- found 0.1.9 in filename of file in /nix/store/nrg54a2kxlz3r8c4wf2if5vzq0y452fs-libopenshot-0.1.9
- directory tree listing: https://gist.github.com/a521e923923cd5ac4f188b8dede33a2e
Diffstat (limited to 'pkgs')
-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 02a19c935e7..f84e2e83761 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.1.7";
+  version = "0.1.9";
 
   src = fetchFromGitHub {
     owner = "OpenShot";
     repo = "libopenshot";
     rev = "v${version}";
-    sha256 = "1dk40qild8d3s99p2kkm0mjvxfxrz2wns7ij1brzqmcdnaxqdhlp";
+    sha256 = "0c7q5cfnp481ysyvgzznvix7j4licq9knwrb83g3xqs4cx573xr3";
   };
 
   patchPhase = ''