From ed16686a54763ac2651478894366a3b5e92fce30 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 2 Aug 2026 00:06:45 +0200 Subject: [PATCH] bbot: 2.8.0 -> 3.0.1 Changelog: https://github.com/blacklanternsecurity/bbot/releases/tag/3.0.1 --- pkgs/by-name/bb/bbot/package.nix | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/pkgs/by-name/bb/bbot/package.nix b/pkgs/by-name/bb/bbot/package.nix index 86132aedd05e..ad1247308885 100644 --- a/pkgs/by-name/bb/bbot/package.nix +++ b/pkgs/by-name/bb/bbot/package.nix @@ -6,12 +6,12 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pname = "bbot"; - version = "2.8.6"; + version = "3.0.1"; pyproject = true; src = fetchPypi { inherit (finalAttrs) pname version; - hash = "sha256-u8F995BD1l6nPWYckMIYSgErSO3fBcU2IyBFU1WZjF8="; + hash = "sha256-2PmJFDvD1bFFO6AINU60P4yW7RGhcyFyZ6S9h42XqB4="; }; pythonRelaxDeps = [ @@ -27,15 +27,15 @@ python3.pkgs.buildPythonApplication (finalAttrs: { "cloudcheck" ]; - build-system = with python3.pkgs; [ - poetry-core - poetry-dynamic-versioning - ]; + build-system = with python3.pkgs; [ hatchling ]; dependencies = with python3.pkgs; [ ansible-core ansible-runner + asndb beautifulsoup4 + blastdns + blasthttp cachetools cloudcheck deepdiff @@ -47,6 +47,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { mmh3 omegaconf orjson + pip psutil puremagic pycryptodome @@ -67,6 +68,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: { yara-python starlette tornado + zstandard ]; # Project has no tests @@ -74,7 +76,8 @@ python3.pkgs.buildPythonApplication (finalAttrs: { meta = { description = "OSINT automation for hackers"; - homepage = "https://pypi.org/project/bbot/"; + homepage = "https://github.com/blacklanternsecurity/bbot"; + changelog = "https://github.com/blacklanternsecurity/bbot/releases/tag/${finalAttrs.version}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ fab