Loading pkgs/by-name/th/theharvester/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,21 +6,21 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pname = "theharvester"; version = "4.10.0"; version = "4.10.1"; pyproject = true; src = fetchFromGitHub { owner = "laramies"; repo = "theharvester"; tag = finalAttrs.version; hash = "sha256-PDFKDm1amqmdYo/avxudWZ9Xhp16Cw4ejmUAQ+BlvC0="; hash = "sha256-ajXGf8wH8WoVGNHDAUJ+fC3FN2OtUuKaIrXJ4KuRif0="; }; pythonRelaxDeps = true; pythonRemoveDeps = [ "winloop" ]; build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ flit-core ]; dependencies = with python3.pkgs; [ aiodns Loading Loading
pkgs/by-name/th/theharvester/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -6,21 +6,21 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pname = "theharvester"; version = "4.10.0"; version = "4.10.1"; pyproject = true; src = fetchFromGitHub { owner = "laramies"; repo = "theharvester"; tag = finalAttrs.version; hash = "sha256-PDFKDm1amqmdYo/avxudWZ9Xhp16Cw4ejmUAQ+BlvC0="; hash = "sha256-ajXGf8wH8WoVGNHDAUJ+fC3FN2OtUuKaIrXJ4KuRif0="; }; pythonRelaxDeps = true; pythonRemoveDeps = [ "winloop" ]; build-system = with python3.pkgs; [ setuptools ]; build-system = with python3.pkgs; [ flit-core ]; dependencies = with python3.pkgs; [ aiodns Loading