zapzap: 6.2.9 -> 6.2.10.1

This commit is contained in:
R. Ryantm
2026-02-11 17:22:18 +00:00
parent 187d7dad75
commit 65ed511f32
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "zapzap";
version = "6.2.9";
version = "6.2.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "rafatosta";
repo = "zapzap";
tag = finalAttrs.version;
hash = "sha256-UEnl76QnxDtcdHFoP/RLUAqkZCBer6qqcIjGWVZGVdg=";
hash = "sha256-dNHDR9sZWPetdwpS5u0UCn5sCkDMEw5YoE4QBerU2Sg=";
};
nativeBuildInputs = [