Merge pull request #266120 from fabaff/ldeep-bump

ldeep: 1.0.43 -> 1.0.44
This commit is contained in:
Fabian Affolter
2023-11-07 23:46:47 +01:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "ldeep";
version = "1.0.43";
version = "1.0.44";
format = "setuptools";
src = fetchFromGitHub {
owner = "franc-pentest";
repo = "ldeep";
rev = "refs/tags/${version}";
hash = "sha256-JuhpfgKk+qb5halKpjlSWJGtuNA/QgELJnFqka33nlU=";
hash = "sha256-qjo5vpT+CtNiNBS0enLzQcsyq/dqRrOTHVB1qqOReM8=";
};
nativeBuildInputs = with python3.pkgs; [