From 47e870bb0377efbe9cb6a7bb6a962a79d26f8ba8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 30 Oct 2023 14:23:42 +0100 Subject: [PATCH] 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 --- 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 ebc1ca5922e5..79cb5f4def81 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; [