about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-06-13 15:46:44 +0200
committerGitHub <noreply@github.com>2024-06-13 15:46:44 +0200
commit0bbe0b8728ff5dce6debdd83726d0dd53d4a2d7a (patch)
tree2f9f3bc013b5f96292224eb2a0507b41de47fca3
parent9b971acbb1daf24ce98b724aff3f92644ae8879b (diff)
parent8988214905564cfe71390dd8e8a4f037a47eb606 (diff)
Merge pull request #319488 from fabaff/ldeep-bump
ldeep: 1.0.57 -> 1.0.58
-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 = [