Unverified Commit 0d8ece5b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

nmap-formatter: 3.1.0 -> 3.1.2 (#492773)

parents b5518c0a 562cfad7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,16 +6,16 @@

buildGoModule (finalAttrs: {
  pname = "nmap-formatter";
  version = "3.1.0";
  version = "3.1.2";

  src = fetchFromGitHub {
    owner = "vdjagilev";
    repo = "nmap-formatter";
    rev = "v${finalAttrs.version}";
    hash = "sha256-qai8HbVJJLFH5cNiG24fBjq5++6mvlhpT+4hlvx+gGI=";
    hash = "sha256-8RDrLGNVa63tz+3WupDg5Jw+9R+NrclFvO8rsMJ7/1w=";
  };

  vendorHash = "sha256-q94ET4oMYvF3eCJ358EznwL++vwdCeEAu5UquGChCc0=";
  vendorHash = "sha256-fHT1FxrUmDv7YG0Kin8jZkolFAvnaEhLhgAvA8tzxkI=";

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