Merge pull request #115665 from r-ryantm/auto-update/theHarvester

theharvester: 3.2.2 -> 3.2.3
This commit is contained in:
Fabian Affolter 2021-03-10 08:15:04 +01:00 committed by GitHub
commit 1b09906028
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 = "3.2.2";
version = "3.2.3";
src = fetchFromGitHub {
owner = "laramies";
repo = pname;
rev = "V${version}";
sha256 = "0lxzxfa9wbzim50d2jmd27i57szd0grm1dfayhnym86jn01qpvn3";
rev = version;
sha256 = "02jhk34znpvq522pqr3x4c0rljw37x62znwycijf1zx81dpbn4rm";
};
propagatedBuildInputs = with python3.pkgs; [