11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-rVRBrf/RTcHvKOLHNASzvij3fV+uQEuIVKb07CZ/cT0=";
19 vendorHash = "sha256-EvVazz51sW8z+8XfZB0Xo42KuUT6Q9n2Y/0HvlF1bV4=";
26 installShellCompletion --cmd threatest \
27 --bash <($out/bin/threatest completion bash) \
28 --fish <($out/bin/threatest completion fish) \
29 --zsh <($out/bin/threatest completion zsh)
33 description = "Framework for end-to-end testing threat detection rules";
34 mainProgram = "threatest";
35 homepage = "https://github.com/DataDog/threatest";
36 changelog = "https://github.com/DataDog/threatest/releases/tag/v${version}";
37 license = licenses.asl20;
38 maintainers = with maintainers; [ fab ];