Loading pkgs/tools/security/naabu/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -11,11 +11,11 @@ buildGoModule rec { src = fetchFromGitHub { owner = "projectdiscovery"; repo = "naabu"; rev = "v${version}"; sha256 = "sha256-o+5UOyFg1jhFmBDtkVPgJVk50fPt0uxvV6qiPrRtQZw="; rev = "refs/tags/v${version}"; hash = "sha256-o+5UOyFg1jhFmBDtkVPgJVk50fPt0uxvV6qiPrRtQZw="; }; vendorSha256 = "sha256-Y7eQeoTt0TM4ZKWKVbltYY+k9Vq0TroVywQduwvlLQg="; vendorHash = "sha256-Y7eQeoTt0TM4ZKWKVbltYY+k9Vq0TroVywQduwvlLQg="; buildInputs = [ libpcap Loading @@ -36,6 +36,7 @@ buildGoModule rec { all ports that return a reply. ''; homepage = "https://github.com/projectdiscovery/naabu"; changelog = "https://github.com/projectdiscovery/naabu/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/tools/security/naabu/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -11,11 +11,11 @@ buildGoModule rec { src = fetchFromGitHub { owner = "projectdiscovery"; repo = "naabu"; rev = "v${version}"; sha256 = "sha256-o+5UOyFg1jhFmBDtkVPgJVk50fPt0uxvV6qiPrRtQZw="; rev = "refs/tags/v${version}"; hash = "sha256-o+5UOyFg1jhFmBDtkVPgJVk50fPt0uxvV6qiPrRtQZw="; }; vendorSha256 = "sha256-Y7eQeoTt0TM4ZKWKVbltYY+k9Vq0TroVywQduwvlLQg="; vendorHash = "sha256-Y7eQeoTt0TM4ZKWKVbltYY+k9Vq0TroVywQduwvlLQg="; buildInputs = [ libpcap Loading @@ -36,6 +36,7 @@ buildGoModule rec { all ports that return a reply. ''; homepage = "https://github.com/projectdiscovery/naabu"; changelog = "https://github.com/projectdiscovery/naabu/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; Loading