zlint: 3.6.6 -> 3.6.7

This commit is contained in:
R. Ryantm
2025-07-19 18:40:35 +00:00
parent d41e390a08
commit bb7d590b1d

View File

@@ -7,13 +7,13 @@
buildGoModule (finalAttrs: {
pname = "zlint";
version = "3.6.6";
version = "3.6.7";
src = fetchFromGitHub {
owner = "zmap";
repo = "zlint";
tag = "v${finalAttrs.version}";
hash = "sha256-e17cMR2Zlhramv7RG3oriWTDR+UBjXUl+t8lZtqc34Q=";
hash = "sha256-qd6QqOeSfLpXwbni8wqmG5X9zYXDXwAxRotCws4AWsA=";
};
modRoot = "v3";