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-16 21:41:24 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-16 21:41:24 +0200
commit2a803b4c3610333a0dfeb5b961ecf11470262f95 (patch)
treeaef25d50e840b887022301d4a0e93fcaf495df21 /pkgs/tools/security/ldeep/default.nix
parentf3fce3e60ab93bcf1fd27fd0526e6e2577c3afc9 (diff)
ldeep: 1.0.38 -> 1.0.41
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.38...1.0.41

Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.41
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 e82dd9381a3c1..3ed3d189ec49e 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.38";
+  version = "1.0.41";
   format = "setuptools";
 
   src = fetchFromGitHub {
     owner = "franc-pentest";
     repo = "ldeep";
     rev = "refs/tags/${version}";
-    hash = "sha256-QoisQL7K4Xg4k7IGymvsMjNfTkjHtkVJpygHtX8lUqs=";
+    hash = "sha256-jiOZAoZx5KK/jpW/Cui1WgPhjyf5gglcgWZbzMw65Lw=";
   };
 
   nativeBuildInputs = with python3.pkgs; [