Merge pull request #47745 from r-ryantm/auto-update/openshot-qt

openshot-qt: 2.4.2 -> 2.4.3
This commit is contained in:
Renaud
2018-11-25 13:33:39 +01:00
committed by GitHub

View File

@@ -4,13 +4,13 @@
python3Packages.buildPythonApplication rec {
name = "openshot-qt-${version}";
version = "2.4.2";
version = "2.4.3";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "openshot-qt";
rev = "v${version}";
sha256 = "0m4fq9vj8gc5ngk8qf6ikj85qgzxhfk7nnz7n7362dzlfymaz18q";
sha256 = "1qdw1mli4y9qhrnllnkaf6ydgw5vfvdb90chs4i679k0x0jyb9a2";
};
nativeBuildInputs = [ doxygen wrapGAppsHook ];