summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-07-08 15:29:36 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-07-09 00:29:36 +0200
commitd655854b8eb6e2b5df5cf84a6c2b1759cf0dee30 (patch)
tree459a8e591ce5ee770dee4ea79a178402dd327685
parent5090cd81393abe8ea881b9682685c650a6763ec0 (diff)
downloadnixpkgs-d655854b8eb6e2b5df5cf84a6c2b1759cf0dee30.tar
nixpkgs-d655854b8eb6e2b5df5cf84a6c2b1759cf0dee30.tar.gz
nixpkgs-d655854b8eb6e2b5df5cf84a6c2b1759cf0dee30.tar.bz2
nixpkgs-d655854b8eb6e2b5df5cf84a6c2b1759cf0dee30.tar.lz
nixpkgs-d655854b8eb6e2b5df5cf84a6c2b1759cf0dee30.tar.xz
nixpkgs-d655854b8eb6e2b5df5cf84a6c2b1759cf0dee30.tar.zst
nixpkgs-d655854b8eb6e2b5df5cf84a6c2b1759cf0dee30.zip
libsForQt5.libopenshot-audio: 0.1.5 -> 0.1.6 (#42985)
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-audio/versions.

These checks were done:

- built on NixOS
- Warning: no invocation of /nix/store/vb21d43jjccq86v505dhqhrb7rfaxv6q-libopenshot-audio-0.1.6/bin/openshot-audio-test-sound had a zero exit code or showed the expected version
- 0 of 1 passed binary check by having a zero exit code.
- 0 of 1 passed binary check by having the new version present in output.
- found 0.1.6 with grep in /nix/store/vb21d43jjccq86v505dhqhrb7rfaxv6q-libopenshot-audio-0.1.6
- directory tree listing: https://gist.github.com/4efbc53208f322153ba4881b6b6eefb9
- du listing: https://gist.github.com/e3a2a71be83163ed2ecdc2aaa0800d83
-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 a0118bea92f..db6ceedbbf7 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.5";
+  version = "0.1.6";
 
   src = fetchFromGitHub {
     owner = "OpenShot";
     repo = "libopenshot-audio";
     rev = "v${version}";
-    sha256 = "0rn87jxyfq1yip1lb2255l5ilkakkqg9rn0lr0h6dn2xrmlbmg8l";
+    sha256 = "0cf8wx6a8ba4rhfby6abpr8ks2a0hxj76mas9751ihz59w1vdisy";
   };
 
   nativeBuildInputs =