7 stdenv.mkDerivation rec {
12 url = "http://s-tech.elsat.net.pl/${pname}/${pname}-${version}.tar.gz";
13 hash = "sha256-GS3kk432BdGx/sLzzjXvotD9Qn4S3U4XtMmM0fWMhGA=";
20 install -Dm755 braa $out/bin/braa
25 description = "Mass snmp scanner";
26 homepage = "http://s-tech.elsat.net.pl";
27 license = licenses.gpl2Only;
28 platforms = platforms.unix;
29 maintainers = with maintainers; [bycEEE];