nvchecker: add xbyak

This commit is contained in:
George Rawlinson 2022-10-10 13:11:13 +13:00
parent e1d63e0eb7
commit 7d04e4c7cd
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 6 additions and 0 deletions

View File

@ -147,6 +147,12 @@ exclude_regex = "^.*(alpha|beta|rc).*$"
# github
[xbyak]
source = "github"
github = "herumi/xbyak"
use_max_tag = true
prefix = "v"
[python-jsonschema]
source = "github"
github = "python-jsonschema/jsonschema"