Merge pull request #247890 from fabaff/theharvester-bump

theharvester: 4.3.0 -> 4.4.1
This commit is contained in:
Fabian Affolter
2023-08-08 22:15:38 +02:00
committed by GitHub
+2 -2
View File
@@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "theharvester";
version = "4.3.0";
version = "4.4.1";
src = fetchFromGitHub {
owner = "laramies";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-9W4xN+ZSNdR5NOnwohNrQVW8JSEKFyKxWTz012uiUm8=";
hash = "sha256-jPwyciS4aIXJSCOolgzHbiadPzHO2MsQPGfavHqC2sg=";
};
propagatedBuildInputs = with python3.pkgs; [