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

nmap-formatter: 2.0.2 -> 2.0.4
This commit is contained in:
Fabian Affolter 2022-12-04 12:58:22 +01:00 committed by GitHub
commit bf4acff908
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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