Skip to content

Commit 2efada0

Browse files
authored
ldeep: 1.0.81 -> 1.0.84 (#386618)
2 parents d630ea6 + d4f02cf commit 2efada0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ld/ldeep/package.nix

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

77
python3.pkgs.buildPythonApplication rec {
88
pname = "ldeep";
9-
version = "1.0.81";
9+
version = "1.0.84";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "franc-pentest";
1414
repo = "ldeep";
1515
tag = version;
16-
hash = "sha256-IpqQNZJ6+aBhwLds0CmKKC/JM5VoU4uFz9x4E5JHa1k=";
16+
hash = "sha256-sJa5EuCjPaexGrfv6U+V2YS+1NerdD1yaS2somOuQIE=";
1717
};
1818

1919
pythonRelaxDeps = [
@@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication rec {
4646
meta = with lib; {
4747
description = "In-depth LDAP enumeration utility";
4848
homepage = "https://github.com/franc-pentest/ldeep";
49-
changelog = "https://github.com/franc-pentest/ldeep/releases/tag/${version}";
49+
changelog = "https://github.com/franc-pentest/ldeep/releases/tag/${src.tag}";
5050
license = licenses.mit;
5151
maintainers = with maintainers; [ fab ];
5252
mainProgram = "ldeep";

0 commit comments

Comments
 (0)