zapzap: 6.5.2.1 -> 6.5.2.4

This commit is contained in:
R. Ryantm
2026-06-26 07:34:17 +00:00
parent 19e056881c
commit 70faf259f5

View File

@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "zapzap";
version = "6.5.2.1";
version = "6.5.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "rafatosta";
repo = "zapzap";
tag = finalAttrs.version;
hash = "sha256-6W4Crf3zNRLOvBqnM6K9r2u8Z/lF4JnEse0ctMM+1m4=";
hash = "sha256-yig3goxiq/84RtuyRe97ZbzwDVJP5nTYpFQfR2YNvVE=";
};
nativeBuildInputs = [