openshot-qt: 3.2.1 -> 3.3.0

This commit is contained in:
R. Ryantm 2024-12-31 06:35:12 +00:00 committed by Weijia Wang
parent 8cb0cd700b
commit 37c6d52c4a

View File

@ -17,12 +17,12 @@
let
pname = "openshot-qt";
version = "3.2.1";
version = "3.3.0";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "openshot-qt";
tag = "v${version}";
hash = "sha256-zZZ7C/1+Qh7KS1WJ8YWkhFgw0+UHJhjk+145u9/TBcI=";
hash = "sha256-+QI1772ys1Czd+KSVBAdAUjLg9mUcMZs+UhkNljY7nQ=";
};
in
mkDerivationWith python3.pkgs.buildPythonApplication {