ldeep: 1.0.65 -> 1.0.66
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.65...1.0.66 Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.66
This commit is contained in:
parent
d218baf24f
commit
7198878c80
@ -6,14 +6,14 @@
|
||||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "ldeep";
|
||||
version = "1.0.65";
|
||||
version = "1.0.66";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "franc-pentest";
|
||||
repo = "ldeep";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-SbsHc6gSHPmtDWHR+fJAcvWZMxae/Ufc4XB6cvoPTbE=";
|
||||
hash = "sha256-zXXTeuEgcGaMkJGWwWQ6DpKPEZp6fjy5i4jRr4AvApQ=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
Loading…
Reference in New Issue
Block a user