1 { buildGoModule, lib, fetchFromGitHub }:
4 pname = "controller-tools";
7 src = fetchFromGitHub {
8 owner = "kubernetes-sigs";
11 sha256 = "sha256-strTBBpmG60H38WWLakIjZHVUgKC/ajS7ZEFDhZWnlo=";
14 patches = [ ./version.patch ];
16 vendorHash = "sha256-YQfMq0p3HfLgOjAk/anZpGx/fDnvovI3HtmYdKRKq5w=";
21 "-X sigs.k8s.io/controller-tools/pkg/version.version=v${version}"
33 description = "Tools to use with the Kubernetes controller-runtime libraries";
34 homepage = "https://github.com/kubernetes-sigs/controller-tools";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ michojel ];