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

This commit is contained in:
Fabian Affolter
2025-10-28 00:00:53 +00:00
committed by GitHub
+3 -3
View File
@@ -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";