Merge pull request #37480 from ryantm/auto-update/libopenshot-audio

libsForQt5.libopenshot-audio: 0.1.4 -> 0.1.5
This commit is contained in:
Matthew Justin Bauer 2018-03-31 19:15:52 -05:00 committed by GitHub
commit 43c36a7dd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,13 +4,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "libopenshot-audio-${version}";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "libopenshot-audio";
rev = "v${version}";
sha256 = "07615vacbvi08pzm4lxfckfwib2xcfdjaggpda58hy8nr0677fzq";
sha256 = "0rn87jxyfq1yip1lb2255l5ilkakkqg9rn0lr0h6dn2xrmlbmg8l";
};
nativeBuildInputs =