1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 hash = "sha256-rOpggVlXKaf3KBhfZ2lVooDaQA0iRjSbsLXF02GEyBw=";
15 description = "bgp filtering automation tool";
16 homepage = "https://github.com/snar/bgpq3";
17 license = licenses.bsd2;
18 maintainers = with maintainers; [ b4dm4n ];
19 platforms = with platforms; unix;
20 mainProgram = "bgpq3";