lol

Merge pull request #205853 from r-ryantm/auto-update/python310Packages.appthreat-vulnerability-db

python310Packages.appthreat-vulnerability-db: 4.1.11 -> 4.1.12

authored by

Fabian Affolter and committed by
GitHub
84575b0b 995ca7ad

+2 -2
+2 -2
pkgs/development/python-modules/appthreat-vulnerability-db/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "appthreat-vulnerability-db"; 18 - version = "4.1.11"; 18 + version = "4.1.12"; 19 19 format = "setuptools"; 20 20 21 21 disabled = pythonOlder "3.7"; ··· 24 24 owner = "AppThreat"; 25 25 repo = "vulnerability-db"; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-JaHIq1tUMxEaxigT1Z3EpJK4P2Yapki0A53WNrHo4tQ="; 27 + hash = "sha256-DHjB8hT9rP1yyeo9I5D8JGIXq+17RYX+e6H7BBuWTw4="; 28 28 }; 29 29 30 30 propagatedBuildInputs = [