libsForQt5.libopenshot-audio: 0.1.6 -> 0.1.7 (#47028)

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
This commit is contained in:
R. RyanTM 2018-09-28 13:07:59 -07:00 committed by xeji
parent 8a57be9050
commit c19cce9409

View File

@ -4,13 +4,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libopenshot-audio-${version}";
version = "0.1.6";
version = "0.1.7";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "libopenshot-audio";
rev = "v${version}";
sha256 = "0cf8wx6a8ba4rhfby6abpr8ks2a0hxj76mas9751ihz59w1vdisy";
sha256 = "08a8wbi28kwrdz4h0rs1b9vsr28ldfi8g75q54rj676y1vwg3qys";
};
nativeBuildInputs =