update Script Engine to 41396a77d5

This commit is contained in:
Julian Krings
2025-04-28 21:40:44 +02:00
parent 8eb35aa8be
commit 5958bcb22e
@@ -42,7 +42,7 @@ public class ExecutionEnvironment {
@SneakyThrows @SneakyThrows
private static URLClassLoader buildLoader() { private static URLClassLoader buildLoader() {
String version = "b5e2cc6e"; String version = "41396a77d5";
String url = BASE_URL.formatted(version, version); String url = BASE_URL.formatted(version, version);
String hash = IO.hash("Iris-Scripts.jar@" + version); String hash = IO.hash("Iris-Scripts.jar@" + version);
var file = Iris.instance.getDataFile("cache", hash.substring(0, 2), hash.substring(3, 5), hash + ".jar"); var file = Iris.instance.getDataFile("cache", hash.substring(0, 2), hash.substring(3, 5), hash + ".jar");