snallygaster: 0.0.13 -> 0.0.14 (#441251)

This commit is contained in:
Fabian Affolter
2025-09-09 11:03:02 +02:00
committed by GitHub
+4 -3
View File
@@ -6,21 +6,21 @@
python3Packages.buildPythonApplication rec {
pname = "snallygaster";
version = "0.0.13";
version = "0.0.14";
pyproject = true;
src = fetchFromGitHub {
owner = "hannob";
repo = "snallygaster";
tag = "v${version}";
hash = "sha256-d94Z/vLOcOa9N8WIgCkiZAciNUzdI4qbGXQOc8KNDEE=";
hash = "sha256-H5rptK12p5dRKYjoQ6Nr8hxq8pL/3jFDgX1gnRZABTo=";
};
build-system = with python3Packages; [ setuptools ];
dependencies = with python3Packages; [
beautifulsoup4
dnspython
lxml
urllib3
];
@@ -34,6 +34,7 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
description = "Tool to scan for secret files on HTTP servers";
homepage = "https://github.com/hannob/snallygaster";
changelog = "https://github.com/hannob/snallygaster/releases/tag/${src.tag}";
license = licenses.bsd0;
maintainers = with maintainers; [ fab ];
mainProgram = "snallygaster";