mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
ldeep: 1.0.85 -> 1.0.86
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.85...refs/tags/1.0.86 Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.86
This commit is contained in:
parent
f894b95060
commit
421dac007a
1 changed files with 2 additions and 2 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "ldeep";
|
pname = "ldeep";
|
||||||
version = "1.0.85";
|
version = "1.0.86";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "franc-pentest";
|
owner = "franc-pentest";
|
||||||
repo = "ldeep";
|
repo = "ldeep";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-i9FaZLSSLY01QalxqaavfyrTbbDC9Iv1XQqvVgQJqMM=";
|
hash = "sha256-LTtoLy2Bf9qhCjTUx73cGSfDkI8onZ3zqkecBfduz8Y=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue