Merge pull request #320881 from r-ryantm/auto-update/troubadix

troubadix: 24.6.1 -> 24.6.5
This commit is contained in:
Fabian Affolter
2024-06-19 09:23:56 +02:00
committed by GitHub
+2 -2
View File
@@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "troubadix";
version = "24.6.1";
version = "24.6.5";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "troubadix";
rev = "refs/tags/v${version}";
hash = "sha256-R747RD7jye2SANZoUk/bpHwXviBEBF2c+LeCwQBxlH8=";
hash = "sha256-W6RC0JKTBLlPSgWlAggU8HRNY+nRAYtLlG0cnnYMaFM=";
};
pythonRelaxDeps = [ "validators" ];