From e4d5f5cfe503d38e8510321c45bc82e430c33126 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 17 Oct 2024 23:14:08 +0200 Subject: [PATCH] ldeep: 1.0.70 -> 1.0.72 Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.70...1.0.72 Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.72 --- pkgs/tools/security/ldeep/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/tools/security/ldeep/default.nix b/pkgs/tools/security/ldeep/default.nix index b968579522ee..229a106b14df 100644 --- a/pkgs/tools/security/ldeep/default.nix +++ b/pkgs/tools/security/ldeep/default.nix @@ -6,14 +6,14 @@ python3.pkgs.buildPythonApplication rec { pname = "ldeep"; - version = "1.0.70"; + version = "1.0.72"; pyproject = true; src = fetchFromGitHub { owner = "franc-pentest"; repo = "ldeep"; rev = "refs/tags/${version}"; - hash = "sha256-URoQb9B/g5YabqC/Ri2kY2S510wxgo86a0WlilAtoME="; + hash = "sha256-WfrQd0P1TegeIwxQVycgx2n+IxqnKLRF1wxzNnjHaEo="; }; pythonRelaxDeps = [