zapzap: 5.3.1 -> 5.3.8 (#355795)

This commit is contained in:
Austin Horstman 2024-11-18 20:22:36 -06:00 committed by GitHub
commit c82e5ccbea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "zapzap";
version = "5.3.1";
version = "5.3.8";
format = "setuptools";
src = fetchFromGitHub {
owner = "zapzap-linux";
owner = "rafatosta";
repo = "zapzap";
rev = "refs/tags/${version}";
hash = "sha256-RDkuYR74vjXnPgiqDCeY6y9yQNvAWAaQfWmfs7xic9E=";
hash = "sha256-UIr6EYE2Y/05a3kO6waAnf6+5gb3r5UzgKaHwDbbfZw=";
};
nativeBuildInputs = with python3Packages; [
@ -51,11 +51,11 @@ python3Packages.buildPythonApplication rec {
doCheck = false;
meta = with lib; {
description = "WhatsApp desktop application for Linux";
homepage = "https://zapzap-linux.github.io/";
description = "WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine.";
homepage = "https://rtosta.com/zapzap-web/";
mainProgram = "zapzap";
license = licenses.gpl3Only;
changelog = "https://github.com/zapzap-linux/zapzap/releases/tag/${version}";
changelog = "https://github.com/rafatosta/zapzap/releases/tag/${version}";
maintainers = [ maintainers.eymeric ];
};
}