openshot-qt: 2.4.2 -> 2.4.3

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/openshot-qt/versions
This commit is contained in:
R. RyanTM 2018-10-03 05:09:43 -07:00
parent 4d1abc4419
commit 97b739f256

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 ];