Skip to content

Commit 71e037c

Browse files
committed
dnsrecon: 1.5.3 -> 1.6.0
1 parent 01961cb commit 71e037c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/dn/dnsrecon/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 (finalAttrs: {
88
pname = "dnsrecon";
9-
version = "1.5.3";
9+
version = "1.6.0";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "darkoperator";
1414
repo = "dnsrecon";
1515
tag = finalAttrs.version;
16-
hash = "sha256-MkeHQZXWCqZ9/Z8WEVZIkDeLB/bnSxi8NBpgrcxAo+s=";
16+
hash = "sha256-3o3UOEvaUVtfqZNAXzos7mtsAeUxJXtwNDw1MCKZ0YM=";
1717
};
1818

1919
pythonRelaxDeps = true;

0 commit comments

Comments
 (0)