7 pname = "ingress2gateway";
10 src = fetchFromGitHub {
11 owner = "kubernetes-sigs";
14 hash = "sha256-xAoJREGktbSNGYdrmPuYG2G+xaQ+kReSSA1JBgWaPVY=";
17 vendorHash = "sha256-T6I8uYUaubcc1dfDu6PbQ9bDDLqGuLGXWnCZhdvkycE=";
19 ldflags = [ "-s" "-w" ];
22 description = "Convert Ingress resources to Gateway API resources";
23 homepage = "https://github.com/kubernetes-sigs/ingress2gateway";
24 license = licenses.asl20;
25 maintainers = with maintainers; [ arikgrahl ];
26 mainProgram = "ingress2gateway";