python3Packages.agentic-threat-hunting-framework: 0.7.2 -> 0.11.1

This commit is contained in:
R. Ryantm
2026-04-06 01:55:58 +00:00
parent 1b6c7982dd
commit 0694af4087
@@ -16,14 +16,14 @@
buildPythonPackage (finalAttrs: {
pname = "agentic-threat-hunting-framework";
version = "0.7.2";
version = "0.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "Nebulock-Inc";
repo = "agentic-threat-hunting-framework";
tag = "v${finalAttrs.version}";
hash = "sha256-HFPPEonSRWTU+Cm/B657En78avehebGbWrsAfr+WmI8=";
hash = "sha256-dqiWldjPv5iU6OGsoZ4fTdw6dXbu/duFHt19qcPfVjk=";
};
build-system = [ setuptools ];