10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-By0JvQ4LTm+NEnRMadE1x2PiiYqnJQCsF3Fy+gHulXs=";
17 vendorHash = "sha256-KyC7VPgWlgKD6KWWRo3hFQHl2HjTub+VSMtJCpYE6Zk=";
22 "-X=github.com/activecm/rita/config.Version=${version}"
23 "-X=github.com/activecm/rita/config.ExactVersion=${version}"
27 description = "Framework for detecting command and control communication through network traffic analysis";
28 homepage = "https://github.com/activecm/rita";
29 changelog = "https://github.com/activecm/rita/releases/tag/v${version}";
30 license = licenses.gpl3Only;
31 maintainers = with maintainers; [ fab ];