Commit dbf5e973 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 2f85c76e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "appthreat-vulnerability-db";
  version = "5.6.6";
  version = "5.6.7";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "AppThreat";
    repo = "vulnerability-db";
    rev = "refs/tags/v${version}";
    hash = "sha256-wVl2C1AG9LbSh/p95fstJyJr6JnhZFIhNvq8mhpg13Q=";
    hash = "sha256-/QzK+su+g2ESZ81C0coxKf13WOUVz1GyfJbOrO7fS98=";
  };

  postPatch = ''