apachetomcatscanner: 3.7.2 -> 3.8.0

This commit is contained in:
R. Ryantm
2025-09-20 23:51:35 +00:00
parent 03845ec2f3
commit 058d64bf20
@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "apachetomcatscanner";
version = "3.7.2";
version = "3.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "p0dalirius";
repo = "ApacheTomcatScanner";
tag = version;
hash = "sha256-mzpJq0er13wcekTac3j4cnRokHh6Q0seM8vwZsM2tN8=";
hash = "sha256-gMyJClEE/i8AKHcSyvvMPwCooLwl/hvcRZgZqF59RUY=";
};
# Posted a PR for discussion upstream that can be followed: