snallygaster: 0.0.14 -> 0.0.15
Changelog: https://github.com/hannob/snallygaster/releases/tag/v0.0.15
This commit is contained in:
@@ -6,17 +6,20 @@
|
|||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "snallygaster";
|
pname = "snallygaster";
|
||||||
version = "0.0.14";
|
version = "0.0.15";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hannob";
|
owner = "hannob";
|
||||||
repo = "snallygaster";
|
repo = "snallygaster";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-H5rptK12p5dRKYjoQ6Nr8hxq8pL/3jFDgX1gnRZABTo=";
|
hash = "sha256-t6xNRPISlPaxlwW/infW9qnxguc/wF7XpbFPzZRcgDA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [ setuptools ];
|
build-system = with python3Packages; [
|
||||||
|
setuptools
|
||||||
|
setuptools-scm
|
||||||
|
];
|
||||||
|
|
||||||
dependencies = with python3Packages; [
|
dependencies = with python3Packages; [
|
||||||
dnspython
|
dnspython
|
||||||
@@ -26,11 +29,6 @@ python3Packages.buildPythonApplication rec {
|
|||||||
|
|
||||||
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
|
nativeCheckInputs = with python3Packages; [ pytestCheckHook ];
|
||||||
|
|
||||||
disabledTestPaths = [
|
|
||||||
# we are not interested in linting the project
|
|
||||||
"tests/test_codingstyle.py"
|
|
||||||
];
|
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Tool to scan for secret files on HTTP servers";
|
description = "Tool to scan for secret files on HTTP servers";
|
||||||
homepage = "https://github.com/hannob/snallygaster";
|
homepage = "https://github.com/hannob/snallygaster";
|
||||||
|
|||||||
Reference in New Issue
Block a user