Commit 5d887812 authored by R. RyanTM's avatar R. RyanTM
Browse files

troubadix: 26.2.2 -> 26.3.0

parent f7f03dc6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "troubadix";
  version = "26.2.2";
  version = "26.3.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "greenbone";
    repo = "troubadix";
    tag = "v${finalAttrs.version}";
    hash = "sha256-N287cfQcqnlB9c4VM80XU2I2o2+buspkkL8w4zob8Js=";
    hash = "sha256-E4pgTZErn9Mdrz66Wz7sf7zEDIN6WbVvHlToj8ozIr0=";
  };

  pythonRelaxDeps = [