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

troubadix: 24.6.5 -> 24.7.4
This commit is contained in:
Nick Cao 2024-07-21 09:22:08 -04:00 committed by GitHub
commit d0d0eba3dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "troubadix";
version = "24.6.5";
version = "24.7.4";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "troubadix";
rev = "refs/tags/v${version}";
hash = "sha256-W6RC0JKTBLlPSgWlAggU8HRNY+nRAYtLlG0cnnYMaFM=";
hash = "sha256-WYl2i6ZpFvzRCb47ynnzwn9cS2WE7SjD3/JsMU3/xBM=";
};
pythonRelaxDeps = [ "validators" ];