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
commit 8bbfae3cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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; [