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

openshot-qt: 3.1.1 -> 3.2.1
This commit is contained in:
Pol Dellaiera 2024-08-11 00:33:30 +02:00 committed by GitHub
commit a843494d01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,12 +16,12 @@
let
pname = "openshot-qt";
version = "3.1.1";
version = "3.2.1";
src = fetchFromGitHub {
owner = "OpenShot";
repo = "openshot-qt";
rev = "v${version}";
hash = "sha256-kEz1APBitWLlnIbyloYMsqNrwC9RqU04kyyWzm5klYc=";
rev = "refs/tags/v${version}";
hash = "sha256-zZZ7C/1+Qh7KS1WJ8YWkhFgw0+UHJhjk+145u9/TBcI=";
};
in
mkDerivationWith python3.pkgs.buildPythonApplication {