theharvester: 4.8.1 -> 4.8.2 (#427844)

authored by Fabian Affolter and committed by GitHub ad2001d2 a2df1469

+2 -2
+2 -2
pkgs/by-name/th/theharvester/package.nix
··· 6 6 7 7 python3.pkgs.buildPythonApplication rec { 8 8 pname = "theharvester"; 9 - version = "4.8.1"; 9 + version = "4.8.2"; 10 10 pyproject = true; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "laramies"; 14 14 repo = "theharvester"; 15 15 tag = version; 16 - hash = "sha256-RrpfbMTjcExV9UDshRitrZ6DbSkDu5M/m5vssDxwSUo="; 16 + hash = "sha256-Sui9PKpp+iMxCUbFcZE2OVDiBCxXLwR9iuXFIbd0P0k="; 17 17 }; 18 18 19 19 pythonRelaxDeps = true;