Skip to content

Commit f5c5221

Browse files
authored
theharvester: 4.7.0 -> 4.7.1 (#398670)
2 parents 8ee32a6 + 3a4ffe6 commit f5c5221

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/th/theharvester/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3.pkgs.buildPythonApplication rec {
88
pname = "theharvester";
9-
version = "4.7.0";
9+
version = "4.7.1";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "laramies";
1414
repo = "theharvester";
1515
tag = version;
16-
hash = "sha256-eO4jRyzMZQT4Fy1i1OHIf5UDqX8o1gmj6yHrIAxc0Mw=";
16+
hash = "sha256-IBisnQGdhPCoVPPH/GHLJg5qoh08KfMuMxbsqF3jjpE=";
1717
};
1818

1919
postPatch = ''

0 commit comments

Comments
 (0)