Merge pull request #304161 from r-ryantm/auto-update/zlint

zlint: 3.6.1 -> 3.6.2
This commit is contained in:
Pascal Wittmann 2024-04-15 10:42:46 +02:00 committed by GitHub
commit 3d46997d88
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";