naabu 2.1.1 -> 2.1.2 https://repology.org/metapackage/naabu/versions attrpath: naabu Checking auto update branch... No auto update branch exists Old version 2.1.1" not present in master derivation file with contents: { lib , buildGoModule , fetchFromGitHub , libpcap }: buildGoModule rec { pname = "naabu"; version = "2.1.2"; src = fetchFromGitHub { owner = "projectdiscovery"; repo = "naabu"; rev = "refs/tags/v${version}"; hash = "sha256-o+5UOyFg1jhFmBDtkVPgJVk50fPt0uxvV6qiPrRtQZw="; }; vendorHash = "sha256-Y7eQeoTt0TM4ZKWKVbltYY+k9Vq0TroVywQduwvlLQg="; buildInputs = [ libpcap ]; modRoot = "./v2"; subPackages = [ "cmd/naabu/" ]; meta = with lib; { description = "Fast SYN/CONNECT port scanner"; longDescription = '' Naabu is a port scanning tool written in Go that allows you to enumerate valid ports for hosts in a fast and reliable manner. It is a really simple tool that does fast SYN/CONNECT scans on the host/list of hosts and lists 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 ]; }; }