From 8988214905564cfe71390dd8e8a4f037a47eb606 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 13 Jun 2024 07:49:00 +0200 Subject: [PATCH] ldeep: 1.0.57 -> 1.0.58 Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.57...1.0.58 Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.58 --- 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 d0f0903bff7e..098b811eb3f8 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.57"; + version = "1.0.58"; pyproject = true; src = fetchFromGitHub { owner = "franc-pentest"; repo = "ldeep"; rev = "refs/tags/${version}"; - hash = "sha256-RjPpxKbZ9QK+dPe3Vj2IG2gr5ROtLLnVaHI3CdNwJpE="; + hash = "sha256-u8qcihjGZmOAjjVBa6nLruD74zGozHnahShqUUXILcY="; }; pythonRelaxDeps = [