1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "KubeNetworks";
11 hash = "sha256-2LDV2aVdGuclVmOgIIwMYRKTMVLzlmNFI6xHFpxMRJw=";
16 # TODO investigate why some config tests are failing
20 changelog = "https://github.com/KubeNetworks/kubevpn/releases/tag/${src.rev}";
21 description = "Create a VPN and connect to Kubernetes cluster network, access resources, and more";
22 homepage = "https://github.com/KubeNetworks/kubevpn";
23 license = licenses.mit;
24 maintainers = with maintainers; [ mig4ng ];