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