Unverified Commit 322eb94b authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

zlint: 3.6.3 -> 3.6.4 (#349706)

parents aa898eb8 c3a1e76d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";