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

troubadix: 24.4.0 -> 24.4.1
This commit is contained in:
Fabian Affolter 2024-04-22 10:17:49 +02:00 committed by GitHub
commit 1a8423b70d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -7,14 +7,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "troubadix";
version = "24.4.0";
version = "24.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "greenbone";
repo = "troubadix";
rev = "refs/tags/v${version}";
hash = "sha256-I/c26dqD7cJ0AtLhJK4XaR5vvud/NsoeXr6/k6+Dezk=";
hash = "sha256-+JrMUog04SS24ZKiBFB46AyYTDzVu7d4IdoX9SRMhpk=";
};
pythonRelaxDeps = [ "validators" ];