nmap-formatter: 1.0.2 -> 2.0.1

This commit is contained in:
R. Ryantm 2022-07-29 13:42:27 +00:00
parent dfda4ec196
commit 3ff7328064

View file

@ -5,16 +5,16 @@
buildGoModule rec {
pname = "nmap-formatter";
version = "1.0.2";
version = "2.0.1";
src = fetchFromGitHub {
owner = "vdjagilev";
repo = pname;
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; {
description = "Tool that allows you to convert nmap output";