1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-TqGasguEAcA5ET2E/uFjgIl7IHI2v9m5EaXpIMG3T8c=";
14 vendorHash = "sha256-hgUuntT6jMWI14qDE3Yjm5W8UqQ6CcvoILmSDaVEZac=";
18 ldflags = [ "-s" "-w" "-X main.version=${version}" "-X main.commit=${src.rev}" "-X main.date=unknown" ];
23 description = "Declarative edge routing platform that automates route optimization and control plane configuration";
24 homepage = "https://pathvector.io";
25 license = licenses.gpl3;
26 maintainers = with maintainers; [ matthewpi ];
27 mainProgram = "pathvector";