zapzap: 5.3.1 -> 5.3.8 (#355795)
This commit is contained in:
commit
c82e5ccbea
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "zapzap";
|
pname = "zapzap";
|
||||||
version = "5.3.1";
|
version = "5.3.8";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "zapzap-linux";
|
owner = "rafatosta";
|
||||||
repo = "zapzap";
|
repo = "zapzap";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-RDkuYR74vjXnPgiqDCeY6y9yQNvAWAaQfWmfs7xic9E=";
|
hash = "sha256-UIr6EYE2Y/05a3kO6waAnf6+5gb3r5UzgKaHwDbbfZw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python3Packages; [
|
nativeBuildInputs = with python3Packages; [
|
||||||
@ -51,11 +51,11 @@ python3Packages.buildPythonApplication rec {
|
|||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "WhatsApp desktop application for Linux";
|
description = "WhatsApp desktop application written in Pyqt6 + PyQt6-WebEngine.";
|
||||||
homepage = "https://zapzap-linux.github.io/";
|
homepage = "https://rtosta.com/zapzap-web/";
|
||||||
mainProgram = "zapzap";
|
mainProgram = "zapzap";
|
||||||
license = licenses.gpl3Only;
|
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 ];
|
maintainers = [ maintainers.eymeric ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user