Skip to content

Commit 322eb94

Browse files
authored
zlint: 3.6.3 -> 3.6.4 (#349706)
2 parents aa898eb + c3a1e76 commit 322eb94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/security/zlint/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGoModule rec {
99
pname = "zlint";
10-
version = "3.6.3";
10+
version = "3.6.4";
1111

1212
src = fetchFromGitHub {
1313
owner = "zmap";
1414
repo = "zlint";
1515
rev = "refs/tags/v${version}";
16-
hash = "sha256-N199sSxe06nm0CInTYAuwRgoq7hN7IQpHz5ERUSpk3M=";
16+
hash = "sha256-FFgBRuNvm4Cnjls9y+L256vMGGNu10x7Vh+V9HBon70=";
1717
};
1818

1919
modRoot = "v3";

0 commit comments

Comments
 (0)