ldeep: 1.0.81 -> 1.0.84

This commit is contained in:
R. Ryantm
2025-03-03 06:59:34 +00:00
parent 1d2fe0135f
commit d4f02cfa2f
+3 -3
View File
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.81";
version = "1.0.84";
pyproject = true;
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
tag = version;
hash = "sha256-IpqQNZJ6+aBhwLds0CmKKC/JM5VoU4uFz9x4E5JHa1k=";
hash = "sha256-sJa5EuCjPaexGrfv6U+V2YS+1NerdD1yaS2somOuQIE=";
};
pythonRelaxDeps = [
@@ -46,7 +46,7 @@ python3.pkgs.buildPythonApplication rec {
meta = with lib; {
description = "In-depth LDAP enumeration utility";
homepage = "https://github.com/franc-pentest/ldeep";
changelog = "https://github.com/franc-pentest/ldeep/releases/tag/${version}";
changelog = "https://github.com/franc-pentest/ldeep/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "ldeep";