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>2023-10-30 14:23:42 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-30 14:23:42 +0100
commit47e870bb0377efbe9cb6a7bb6a962a79d26f8ba8 (patch)
treef7278e8f798ed3b6d57322992078902d76e0336f /pkgs/tools/security/ldeep/default.nix
parent3e8293e8934f5870b2c5be84fe37d5b61deda6af (diff)
ldeep: 1.0.42 -> 1.0.43
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.42...1.0.43

Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.43
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 ebc1ca5922e54..79cb5f4def816 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.42";
+  version = "1.0.43";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "franc-pentest";
     repo = "ldeep";
     rev = "refs/tags/${version}";
-    hash = "sha256-kXXZU4/nWUKAFJbcp9PFyPUxd+fRXJb6JbS/fybHh3g=";
+    hash = "sha256-JuhpfgKk+qb5halKpjlSWJGtuNA/QgELJnFqka33nlU=";
   };
 
   nativeBuildInputs = with python3.pkgs; [