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

nmap-formatter: 2.1.6 -> 3.0.0
This commit is contained in:
Fabian Affolter 2024-06-06 08:12:51 +02:00 committed by GitHub
commit e1b2ea8d46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "nmap-formatter";
version = "2.1.6";
version = "3.0.0";
src = fetchFromGitHub {
owner = "vdjagilev";
repo = pname;
rev = "v${version}";
hash = "sha256-40ix4D/f63Q5cqVmBvpSmbK2KNXiYLdv/xXBNPJXfac=";
hash = "sha256-JqSsFEZmmVOnNza9xh+JrlWxE4XdA1GSX9yw2NIPYhQ=";
};
vendorHash = "sha256-OUhvQwC7EJF7CIM7NHCs0TqRTZHTiDupkfYREPaxpXo=";
vendorHash = "sha256-MiBY4kWBZM2ZcW3SMqQ+7gKFnFt78wMI9S3OfCgth5g=";
meta = with lib; {
description = "Tool that allows you to convert nmap output";