1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
8 owner = "falcosecurity";
11 hash = "sha256-X4fZBTEbOIQbfmuxDODEkYW43ntVIkwFDULYq+ps+9s=";
14 vendorHash = "sha256-26EXoXMWK/zPX4M7kG3QRAb4aqtIWgSnSgXcxKUwfZk=";
20 "-X github.com/falcosecurity/falcoctl/cmd/version.semVersion=${version}"
24 description = "Administrative tooling for Falco";
25 mainProgram = "falcoctl";
26 homepage = "https://github.com/falcosecurity/falcoctl";
27 license = licenses.asl20;
28 maintainers = with maintainers; [ developer-guy kranurag7 LucaGuerra ];