about summary refs log tree commit diff
path: root/pkgs/tools/security/zlint
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-06-13 07:11:22 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-06-13 07:11:22 +0000
commit79e9b1211fa40d903e28c6da05da66d0c1e119dd (patch)
tree54c78fb526b64b8e0bb92b7a0dcbc55bf3918381 /pkgs/tools/security/zlint
parentf2c328c3ac2923fa9060fd507ecd830470157b0b (diff)
zlint: 3.4.1 -> 3.5.0
Diffstat (limited to 'pkgs/tools/security/zlint')
-rw-r--r--pkgs/tools/security/zlint/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/zlint/default.nix b/pkgs/tools/security/zlint/default.nix
index 9c67bb504b296..68db5038c6f03 100644
--- a/pkgs/tools/security/zlint/default.nix
+++ b/pkgs/tools/security/zlint/default.nix
@@ -7,18 +7,18 @@
 
 buildGoModule rec {
   pname = "zlint";
-  version = "3.4.1";
+  version = "3.5.0";
 
   src = fetchFromGitHub {
     owner = "zmap";
     repo = "zlint";
     rev = "v${version}";
-    hash = "sha256-edCZQeBZelDfZGBZgevvJ8fgm1G2QFILJKB3778D7ac=";
+    hash = "sha256-PpCA7BeamXWWRIXcoIGg2gufpqrzI6goXxQhJaH04cA=";
   };
 
   modRoot = "v3";
 
-  vendorHash = "sha256-OiHEyMHuSiWDB/1YRvAhErb1h/rFfXXVcagcP386doc=";
+  vendorHash = "sha256-MDg09cjJ/vSLjXm4l5S4v/r2YQPV4enH8V3ByBtDVfM=";
 
   postPatch = ''
     # Remove a package which is not declared in go.mod.