Loading pkgs/tools/security/nmap-formatter/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ buildGoModule rec { pname = "nmap-formatter"; version = "2.0.4"; version = "2.1.0"; src = fetchFromGitHub { owner = "vdjagilev"; repo = pname; rev = "v${version}"; hash = "sha256-UIGXstgQMBMept9W+HhyE30WYWleaU9bUTX5frctrS8="; hash = "sha256-9DbX1pHI/G6aejVN6AgULOxnpawnJHTiYMiTq+crMJI="; }; vendorSha256 = "sha256-VX/JVqCKhjBq67D7juHdgpzBgSjOHn0Pbmx9s04tinw="; vendorHash = "sha256-OwyLY8y+HGxCteRqGEYvnVa6r27TwT9s9HyWKtvIxxI="; meta = with lib; { description = "Tool that allows you to convert nmap output"; Loading Loading
pkgs/tools/security/nmap-formatter/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -5,16 +5,16 @@ buildGoModule rec { pname = "nmap-formatter"; version = "2.0.4"; version = "2.1.0"; src = fetchFromGitHub { owner = "vdjagilev"; repo = pname; rev = "v${version}"; hash = "sha256-UIGXstgQMBMept9W+HhyE30WYWleaU9bUTX5frctrS8="; hash = "sha256-9DbX1pHI/G6aejVN6AgULOxnpawnJHTiYMiTq+crMJI="; }; vendorSha256 = "sha256-VX/JVqCKhjBq67D7juHdgpzBgSjOHn0Pbmx9s04tinw="; vendorHash = "sha256-OwyLY8y+HGxCteRqGEYvnVa6r27TwT9s9HyWKtvIxxI="; meta = with lib; { description = "Tool that allows you to convert nmap output"; Loading