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:
parent
4d1abc4419
commit
97b739f256
@ -4,13 +4,13 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
name = "openshot-qt-${version}";
|
name = "openshot-qt-${version}";
|
||||||
version = "2.4.2";
|
version = "2.4.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "OpenShot";
|
owner = "OpenShot";
|
||||||
repo = "openshot-qt";
|
repo = "openshot-qt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0m4fq9vj8gc5ngk8qf6ikj85qgzxhfk7nnz7n7362dzlfymaz18q";
|
sha256 = "1qdw1mli4y9qhrnllnkaf6ydgw5vfvdb90chs4i679k0x0jyb9a2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ doxygen wrapGAppsHook ];
|
nativeBuildInputs = [ doxygen wrapGAppsHook ];
|
||||||
|
Loading…
Reference in New Issue
Block a user