Merge pull request #275495 from fabaff/ldeep-bump

ldeep: 1.0.49 -> 1.0.51

authored by Fabian Affolter and committed by GitHub a0c0c8bf 165de115

+2 -2
+2 -2
pkgs/tools/security/ldeep/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "ldeep"; 8 - version = "1.0.49"; 8 + version = "1.0.51"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "franc-pentest"; 13 13 repo = "ldeep"; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-R94N9ZvgumxhSf3QBSwh0wHUKuLAuyTDTzcof6JRSkE="; 15 + hash = "sha256-UbZotbq97ehVj8dF0vXM2Z61IG1H+21xk14DXKmWirA="; 16 16 }; 17 17 18 18 nativeBuildInputs = with python3.pkgs; [