mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 18:18:03 +00:00
theharvester: 4.2.0 -> 4.3.0
Diff: https://github.com/laramies/theharvester/compare/4.2.0...4.3.0
This commit is contained in:
parent
764cbc099f
commit
1dfdfcd0ac
@ -5,13 +5,13 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "theharvester";
|
||||
version = "4.2.0";
|
||||
version = "4.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "laramies";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "sha256-P3yp6COwyQnVDfZM198ygu+HLdisRw068aZOVSLl7r4=";
|
||||
sha256 = "sha256-9W4xN+ZSNdR5NOnwohNrQVW8JSEKFyKxWTz012uiUm8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
Loading…
Reference in New Issue
Block a user