10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-IRnGi3TmCyxmJKAd8ZVRoSHDao+3Xt4F5QfHvNahvGo=";
25 description = "Single-packet UDP scanner";
27 homepage = "https://github.com/nullt3r/udpx";
28 changelog = "https://github.com/nullt3r/udpx/releases/tag/v${version}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];