Merge pull request #268461 from fabaff/ldeep-bump

ldeep: 1.0.44 -> 1.0.48
This commit is contained in:
Fabian Affolter
2023-11-19 13:30:46 +01:00
committed by GitHub
+2 -2
View File
@@ -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; [