Unverified Commit 7d8077b2 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #259175 from r-ryantm/auto-update/nmap-formatter

nmap-formatter: 2.1.1 -> 2.1.2
parents 0cb8987b e62e83df
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,16 +5,16 @@

buildGoModule rec {
  pname = "nmap-formatter";
  version = "2.1.1";
  version = "2.1.2";

  src = fetchFromGitHub {
    owner = "vdjagilev";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-i2g+l5XJkBjXMbJwpSirEKCDxO2Ric4CwF3jzue/4+o=";
    hash = "sha256-Y7BAMJlcu5j8css2F75Bgq90nUGGo/H/kNc5aVwFJew=";
  };

  vendorHash = "sha256-YAsWXbIyeC4uhzRFXX/bZs3cOvEa3k4/ZCoDisUN1Yw=";
  vendorHash = "sha256-c2n8GlaD6q21gWUqr31UOioZRxO0s0tSpVRKl/YHXZU=";

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