Skip to content

Commit aff8f30

Browse files
authored
troubadix: 25.2.0 -> 25.2.4 (#386592)
2 parents 2593171 + 482f013 commit aff8f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/tr/troubadix/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
python3.pkgs.buildPythonApplication rec {
99
pname = "troubadix";
10-
version = "25.2.0";
10+
version = "25.2.4";
1111
pyproject = true;
1212

1313
src = fetchFromGitHub {
1414
owner = "greenbone";
1515
repo = "troubadix";
1616
tag = "v${version}";
17-
hash = "sha256-pNxQOoh4vRme8ORlyN+ZqtpPTeTG5Yh5nm14jOo8MFc=";
17+
hash = "sha256-+2G7wlhtoKmjluHsmYb62i+DvWuXlaYw6ktYb77X/LA=";
1818
};
1919

2020
pythonRelaxDeps = [

0 commit comments

Comments
 (0)