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-20 09:17:38 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-20 09:17:38 +0200
commitf3ea0054fcb7ef206eda1d7e2c4c1e0c5e14ffef (patch)
treed4fab60dc251bf6ef5756e815ef2d20b5c0e3148 /pkgs/tools/security/ldeep/default.nix
parent680602e764930d0a0000f0959db395903c38214b (diff)
ldeep: 1.0.41 -> 1.0.42
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.41...1.0.42

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