troubadix: 24.8.0 -> 24.8.2

This commit is contained in:
R. Ryantm 2024-08-31 06:36:34 +00:00
parent 47375cbe59
commit e7cfe32699

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "troubadix";
version = "24.8.0";
version = "24.8.2";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "troubadix";
rev = "refs/tags/v${version}";
hash = "sha256-hH2U+ScR3OspFzbVO4CcQFb/1mn7vRTpvhVeLlAxluM=";
hash = "sha256-rBExXotfI4uG4ns3x1cJTQ0PGABG7ZlziBrqcsa3dOg=";
};
pythonRelaxDeps = [ "validators" ];