zlint: 3.6.1 -> 3.6.2

This commit is contained in:
R. Ryantm 2024-04-15 02:51:24 +00:00
parent 1f54fa2ddf
commit 4d6c4ada96
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "zlint";
version = "3.6.1";
version = "3.6.2";
src = fetchFromGitHub {
owner = "zmap";
repo = "zlint";
rev = "v${version}";
hash = "sha256-8iZUEUU+HY8cJrBwiGNE4e6hXQvNwAt0cPnBjAVDcHo=";
hash = "sha256-UwtWYDWbln64nE4KDV+gWIhhdbyvlrs0fM96otnfqfE=";
};
modRoot = "v3";