From 94b1b3fde1b0f6ef2ccd2ef000b6a601875a04fd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 19 Nov 2023 08:58:31 +0100 Subject: [PATCH] ldeep: 1.0.44 -> 1.0.48 Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.44...1.0.48 Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.48 --- 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 6d05f3972499..d0bd3bb415ba 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.44"; + version = "1.0.48"; format = "setuptools"; src = fetchFromGitHub { owner = "franc-pentest"; repo = "ldeep"; rev = "refs/tags/${version}"; - hash = "sha256-qjo5vpT+CtNiNBS0enLzQcsyq/dqRrOTHVB1qqOReM8="; + hash = "sha256-E/gqt8+eD/syOHczq9k07YIq39W84vC5VFScMxxj4uI="; }; nativeBuildInputs = with python3.pkgs; [