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
commit 90bb1be603
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.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" ];