1 { buildGoModule, fetchFromGitHub, lib }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-UB3LYXRr6GnqVCRwAxnwqBCkOtor3mC4k73kPesZs0g=";
14 vendorHash = "sha256-FYLH1Ej8Bm0+tS5Ikj1CPF+1t5opmzee8iHRZSW94Yk=";
21 "-s" "-w" "-extldflags '-static'"
24 subPackages = [ "cmd/gobgp" ];
27 description = "CLI tool for GoBGP";
28 homepage = "https://osrg.github.io/gobgp/";
29 license = licenses.asl20;
30 maintainers = with maintainers; [ higebu ];
31 mainProgram = "gobgp";