lol

Merge pull request #119985 from fabaff/bump-ldeep

ldeep: 1.0.10 -> 1.0.11

authored by

Sandro and committed by
GitHub
0787adec 3cf87928

+2 -2
+2 -2
pkgs/tools/security/ldeep/default.nix
··· 10 10 11 11 buildPythonApplication rec { 12 12 pname = "ldeep"; 13 - version = "1.0.10"; 13 + version = "1.0.11"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "sha256-/7mcmAj69NmuiK+xlQijAk39sMLDX8kHatmSI6XYbwE="; 17 + sha256 = "sha256-MYVC8fxLW85n8uZVMhb2Zml1lQ8vW9gw/eRLcmemQx4="; 18 18 }; 19 19 20 20 propagatedBuildInputs = [