nmap-formatter: 3.0.4 -> 3.0.5

This commit is contained in:
R. Ryantm
2025-04-05 13:23:58 +00:00
parent 3b48b2eb41
commit d237a8828c
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "nmap-formatter";
version = "3.0.4";
version = "3.0.5";
src = fetchFromGitHub {
owner = "vdjagilev";
repo = pname;
rev = "v${version}";
hash = "sha256-eWrFeADjPUioKuGcC3f/y2ocBwOHa5KN81YjF2dbgoc=";
hash = "sha256-jpgAcnDDVVboZEMkLIE9ei0oT91Y9yp8KUJkH6LQSY4=";
};
vendorHash = "sha256-zYXT5+TLx+Z9WtgDabaUqBdRiaa+tyeQYwENfnv8ARo=";
vendorHash = "sha256-xOS59co6FE2lJae2VtsBKcGjvmMRiGlmZKbqH++mEYk=";
meta = with lib; {
description = "Tool that allows you to convert nmap output";