fix: Correctly replace linux natives for LWJGL 3.3.1 (#20)

This commit is contained in:
Norbiros
2024-07-31 22:14:30 +02:00
committed by GitHub
parent 0ae1e40d79
commit 9763a43943

View File

@@ -2863,7 +2863,8 @@
{
"_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing",
"match": [
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1"
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1",
"org.lwjgl:lwjgl-glfw:3.3.1:natives-linux"
],
"override": {
"downloads": {
@@ -2876,4 +2877,4 @@
"name": "org.lwjgl:lwjgl-glfw-natives-linux:3.3.2-lwjgl.1"
}
}
]
]