Bump hekate to v5.1.2 and Nyx to v0.8.5

Additionally disable archive bit fix tool in hekate main to shave binary size.
The archive bit fix in Nyx is the only maintained one and so the only one that should be used.
This commit is contained in:
CTCaer
2020-03-03 04:42:01 +02:00
parent ac92ca220f
commit 3f10cc774b
2 changed files with 5 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
# IPL Version.
BLVERSION_MAJOR := 5
BLVERSION_MINOR := 1
BLVERSION_HOTFX := 1
BLVERSION_HOTFX := 2
BLVERSION_RSVD := 0
# Nyx Version.
NYXVERSION_MAJOR := 0
NYXVERSION_MINOR := 8
NYXVERSION_HOTFX := 4
NYXVERSION_HOTFX := 5
NYXVERSION_RSVD := 0