Skip to content

Commit 6e0ee3d

Browse files
authored
ldeep: 1.0.67 -> 1.0.69 (#345858)
2 parents 4709673 + 576b37b commit 6e0ee3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/security/ldeep/default.nix

Lines changed: 2 additions & 2 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.67";
9+
version = "1.0.69";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "franc-pentest";
1414
repo = "ldeep";
1515
rev = "refs/tags/${version}";
16-
hash = "sha256-KTR5admMeu3bozT9D/8Bdk4EusjLVTLr2+d00U+adLI=";
16+
hash = "sha256-nXDeAi+nf6JTYjSyOUV65ZuqcGlODHvfnwnQl9H7NFE=";
1717
};
1818

1919
pythonRelaxDeps = [

0 commit comments

Comments
 (0)