ldeep: 1.0.43 -> 1.0.44
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.43...1.0.44 Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.44
This commit is contained in:
parent
412c30105d
commit
1323617e6f
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user