11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-UB3LYXRr6GnqVCRwAxnwqBCkOtor3mC4k73kPesZs0g=";
18 vendorHash = "sha256-FYLH1Ej8Bm0+tS5Ikj1CPF+1t5opmzee8iHRZSW94Yk=";
27 "-extldflags '-static'"
34 passthru.tests = { inherit (nixosTests) gobgpd; };
37 description = "BGP implemented in Go";
38 mainProgram = "gobgpd";
39 homepage = "https://osrg.github.io/gobgp/";
40 changelog = "https://github.com/osrg/gobgp/releases/tag/v${version}";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ higebu ];