3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #186820 from fabaff/theharvester-bump

theharvester: 4.0.3 -> 4.2.0
This commit is contained in:
superherointj 2022-08-15 16:14:05 -03:00 committed by GitHub
commit 03c4c4f08c
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.0.3";
version = "4.2.0";
src = fetchFromGitHub {
owner = "laramies";
repo = pname;
rev = version;
sha256 = "sha256-Ckouhe/Uq6Dv9p/LRpPQkiKuYrwrl/Z7KkYYamDHav8=";
sha256 = "sha256-P3yp6COwyQnVDfZM198ygu+HLdisRw068aZOVSLl7r4=";
};
propagatedBuildInputs = with python3.pkgs; [