Unverified Commit 8f22378d authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

nmap-formatter: 3.0.5 -> 3.1.0 (#456172)

parents 1b8e1c39 f86a8345
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule rec {
  pname = "nmap-formatter";
  version = "3.0.5";
  version = "3.1.0";

  src = fetchFromGitHub {
    owner = "vdjagilev";
    repo = "nmap-formatter";
    rev = "v${version}";
    hash = "sha256-jpgAcnDDVVboZEMkLIE9ei0oT91Y9yp8KUJkH6LQSY4=";
    hash = "sha256-qai8HbVJJLFH5cNiG24fBjq5++6mvlhpT+4hlvx+gGI=";
  };

  vendorHash = "sha256-xOS59co6FE2lJae2VtsBKcGjvmMRiGlmZKbqH++mEYk=";
  vendorHash = "sha256-q94ET4oMYvF3eCJ358EznwL++vwdCeEAu5UquGChCc0=";

  meta = {
    description = "Tool that allows you to convert nmap output";