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

nmap-formatter: 2.0.1 -> 2.0.2
This commit is contained in:
Fabian Affolter
2022-11-22 22:11:37 +01:00
committed by GitHub
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "nmap-formatter";
version = "2.0.1";
version = "2.0.2";
src = fetchFromGitHub {
owner = "vdjagilev";
repo = pname;
rev = "v${version}";
hash = "sha256-Jhjvtk8SDs//eBW+2+yLcIXf/NetfBUrKvzKCj+VyMg=";
hash = "sha256-v+qswkG/cbkJujlCMfjYj7y5972G89R/YSmhzHiAMY0=";
};
vendorSha256 = "sha256-u36eHSb6YlGJNkgmRDclxTsdkONLKn8J/GKaoCgy+Qk=";
@@ -19,6 +19,7 @@ buildGoModule rec {
meta = with lib; {
description = "Tool that allows you to convert nmap output";
homepage = "https://github.com/vdjagilev/nmap-formatter";
changelog = "https://github.com/vdjagilev/nmap-formatter/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};