zapzap: 5.1-2 -> 5.2.1

This commit is contained in:
Asmir A 2024-03-18 14:56:41 +01:00
parent 24ba8e8843
commit 41cac22148
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -6,10 +6,10 @@
python3Packages.buildPythonPackage rec {
name = "zapzap";
version = "5.1-2";
version = "5.2.1";
src = fetchurl {
url = "https://github.com/zapzap-linux/zapzap/archive/refs/tags/${version}.tar.gz";
hash = "sha256-r5NhdXQ4Tl/wFrD1+sxFS10Z3lAcHcax5bi43Qa3ZI0=";
hash = "sha256-qJ1gsEJokSPQalcmKRNv1k5m7u4R54LGw4axtZ4P7Zg=";
};
dontWrapQtApps = true;
propagatedBuildInputs = with python3Packages; [ pyqt6-webengine qt6.qtwayland qt6.qtsvg ];