zapzap: 5.1.3 -> 5.2

Changelog: https://github.com/zapzap-linux/zapzap/releases/tag/5.2
This commit is contained in:
Sandro Jäckel
2024-02-17 18:15:29 +01:00
parent 5d7eab6c06
commit 90e333b596
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "zapzap";
version = "5.1.3";
version = "5.2";
format = "setuptools";
src = fetchFromGitHub {
owner = "zapzap-linux";
repo = "zapzap";
rev = version;
hash = "sha256-IxBmtXrRIxUqnhB4OsL+lRIBTISdIqpcbI/uZ31MEBU=";
hash = "sha256-vG8yDW0+scImPWHyVJs2QkiSWbjPLR9Z01zkOWZi/BI=";
};
nativeBuildInputs = with python3Packages; [