zapzap: 5.3.1 -> 5.3.8 (#355795)
This commit is contained in:
commit
c82e5ccbea
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user