lua54Packages.xml2lua: update disabled lua versions

This commit is contained in:
Nivayu
2026-02-21 15:06:35 +01:00
parent 418fc26868
commit 3da47f9441
@@ -5287,6 +5287,7 @@ final: prev: {
buildLuarocksPackage,
fetchFromGitHub,
fetchurl,
luaAtLeast,
luaOlder,
}:
buildLuarocksPackage {
@@ -5304,7 +5305,7 @@ final: prev: {
hash = "sha256-4il5mmRLtuyCJ2Nm1tKv2hXk7rmiq7Fppx9LMbjkne0=";
};
disabled = luaOlder "5.1";
disabled = luaOlder "5.1" || luaAtLeast "5.5";
meta = {
homepage = "http://manoelcampos.github.io/xml2lua/";