nmap-formatter: 2.0.2 -> 2.0.4

This commit is contained in:
R. Ryantm 2022-12-04 11:23:34 +00:00
parent 8ae7fa8541
commit 7821c61993

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "nmap-formatter"; pname = "nmap-formatter";
version = "2.0.2"; version = "2.0.4";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "vdjagilev"; owner = "vdjagilev";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-v+qswkG/cbkJujlCMfjYj7y5972G89R/YSmhzHiAMY0="; hash = "sha256-UIGXstgQMBMept9W+HhyE30WYWleaU9bUTX5frctrS8=";
}; };
vendorSha256 = "sha256-u36eHSb6YlGJNkgmRDclxTsdkONLKn8J/GKaoCgy+Qk="; vendorSha256 = "sha256-VX/JVqCKhjBq67D7juHdgpzBgSjOHn0Pbmx9s04tinw=";
meta = with lib; { meta = with lib; {
description = "Tool that allows you to convert nmap output"; description = "Tool that allows you to convert nmap output";