about summary refs log tree commit diff
path: root/pkgs/tools/security
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-06-13 07:49:00 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-06-13 07:49:00 +0200
commit8988214905564cfe71390dd8e8a4f037a47eb606 (patch)
tree1ce4d1e7eb2e8283eebc82b54735be22e799d0b4 /pkgs/tools/security
parent89e91c7717cce557872d26c9d937d13d84753094 (diff)
ldeep: 1.0.57 -> 1.0.58
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.57...1.0.58

Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.58
Diffstat (limited to 'pkgs/tools/security')
-rw-r--r--pkgs/tools/security/ldeep/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/ldeep/default.nix b/pkgs/tools/security/ldeep/default.nix
index d0f0903bff7ec..098b811eb3f8d 100644
--- a/pkgs/tools/security/ldeep/default.nix
+++ b/pkgs/tools/security/ldeep/default.nix
@@ -5,14 +5,14 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "ldeep";
-  version = "1.0.57";
+  version = "1.0.58";
   pyproject = true;
 
   src = fetchFromGitHub {
     owner = "franc-pentest";
     repo = "ldeep";
     rev = "refs/tags/${version}";
-    hash = "sha256-RjPpxKbZ9QK+dPe3Vj2IG2gr5ROtLLnVaHI3CdNwJpE=";
+    hash = "sha256-u8qcihjGZmOAjjVBa6nLruD74zGozHnahShqUUXILcY=";
   };
 
   pythonRelaxDeps = [