File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77python3 . 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" ;
You can’t perform that action at this time.
0 commit comments