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

nmap-formatter: 1.0.2 -> 2.0.1
This commit is contained in:
Fabian Affolter 2022-07-29 20:03:57 +02:00 committed by GitHub
commit e20a7b2b4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "nmap-formatter"; pname = "nmap-formatter";
version = "1.0.2"; version = "2.0.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vdjagilev"; owner = "vdjagilev";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-ePhm1qwluHhMC0oS/qEHkZv04nAdh2IDSkIW507MLjo="; hash = "sha256-Jhjvtk8SDs//eBW+2+yLcIXf/NetfBUrKvzKCj+VyMg=";
}; };
vendorSha256 = "sha256-zkPXjCC+ZdR14O60ZaGFYdEZVxQ5z99HVmLOR10qqfg="; vendorSha256 = "sha256-u36eHSb6YlGJNkgmRDclxTsdkONLKn8J/GKaoCgy+Qk=";
meta = with lib; { meta = with lib; {
description = "Tool that allows you to convert nmap output"; description = "Tool that allows you to convert nmap output";