troubadix: 25.2.0 -> 25.2.4

This commit is contained in:
R. Ryantm
2025-03-03 04:36:48 +00:00
parent 44d63babed
commit 482f013748
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "troubadix";
version = "25.2.0";
version = "25.2.4";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "troubadix";
tag = "v${version}";
hash = "sha256-pNxQOoh4vRme8ORlyN+ZqtpPTeTG5Yh5nm14jOo8MFc=";
hash = "sha256-+2G7wlhtoKmjluHsmYb62i+DvWuXlaYw6ktYb77X/LA=";
};
pythonRelaxDeps = [