zapzap: 5.1-2 -> 5.2.1
This commit is contained in:
parent
24ba8e8843
commit
41cac22148
@ -6,10 +6,10 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonPackage rec {
|
python3Packages.buildPythonPackage rec {
|
||||||
name = "zapzap";
|
name = "zapzap";
|
||||||
version = "5.1-2";
|
version = "5.2.1";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/zapzap-linux/zapzap/archive/refs/tags/${version}.tar.gz";
|
url = "https://github.com/zapzap-linux/zapzap/archive/refs/tags/${version}.tar.gz";
|
||||||
hash = "sha256-r5NhdXQ4Tl/wFrD1+sxFS10Z3lAcHcax5bi43Qa3ZI0=";
|
hash = "sha256-qJ1gsEJokSPQalcmKRNv1k5m7u4R54LGw4axtZ4P7Zg=";
|
||||||
};
|
};
|
||||||
dontWrapQtApps = true;
|
dontWrapQtApps = true;
|
||||||
propagatedBuildInputs = with python3Packages; [ pyqt6-webengine qt6.qtwayland qt6.qtsvg ];
|
propagatedBuildInputs = with python3Packages; [ pyqt6-webengine qt6.qtwayland qt6.qtsvg ];
|
||||||
|
Loading…
Reference in New Issue
Block a user