1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "kubectl-example";
7 src = fetchFromGitHub {
11 hash = "sha256-YvB4l+7GLSyYWX2Fbk4gT2WLaQpNxeV0aHY3Pg+9LCM=";
17 description = "kubectl plugin for retrieving resource example YAMLs";
18 mainProgram = "kubectl-example";
19 homepage = "https://github.com/seredot/kubectl-example";
20 changelog = "https://github.com/seredot/kubectl-example/releases/tag/v${version}";
21 license = licenses.asl20;
22 maintainers = [ maintainers.bryanasdev000 ];