about summary refs log tree commit diff
path: root/pkgs/tools/security/ldeep/default.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-02-20 20:55:44 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-02-20 20:55:44 +0100
commit7e8e07ed121d7bdae66fd8048bb7ad4271a3fa39 (patch)
tree362d7c3c1935a72534d4b1c25e7d651e2f64f06f /pkgs/tools/security/ldeep/default.nix
parent57d41a34f2e7e9b8b612f47bb249355d7fc55e0b (diff)
ldeep: 1.0.51 -> 1.0.52
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.51...1.0.52

Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.52
Diffstat (limited to 'pkgs/tools/security/ldeep/default.nix')
-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 623acf50f3b8c..4bacbba9aa5c2 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.51";
+  version = "1.0.52";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "franc-pentest";
     repo = "ldeep";
     rev = "refs/tags/${version}";
-    hash = "sha256-UbZotbq97ehVj8dF0vXM2Z61IG1H+21xk14DXKmWirA=";
+    hash = "sha256-I51vz3zF1J3223hcO3cdfsNBfpq/UolDxUEXyqx3dLI=";
   };
 
   nativeBuildInputs = with python3.pkgs; [