From c3a1e76d4f63e23ffc3862e926a33ad0e905e4eb Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sat, 19 Oct 2024 06:22:12 +0000 Subject: [PATCH] zlint: 3.6.3 -> 3.6.4 --- pkgs/tools/security/zlint/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/zlint/default.nix b/pkgs/tools/security/zlint/default.nix index c23cfa528da3..f2b370d65b5e 100644 --- a/pkgs/tools/security/zlint/default.nix +++ b/pkgs/tools/security/zlint/default.nix @@ -7,13 +7,13 @@ buildGoModule rec { pname = "zlint"; - version = "3.6.3"; + version = "3.6.4"; src = fetchFromGitHub { owner = "zmap"; repo = "zlint"; rev = "refs/tags/v${version}"; - hash = "sha256-N199sSxe06nm0CInTYAuwRgoq7hN7IQpHz5ERUSpk3M="; + hash = "sha256-FFgBRuNvm4Cnjls9y+L256vMGGNu10x7Vh+V9HBon70="; }; modRoot = "v3";