luaPackages.compat53: 0.14.4-1 -> 0.15.0-1

https://github.com/lunarmodules/lua-compat-5.3/compare/v0.14.4...v0.15.0
This commit is contained in:
Austin Horstman
2026-07-13 03:02:32 -05:00
parent 2d30873d63
commit c1ade53cd1

View File

@@ -471,18 +471,18 @@ final: prev: {
}:
buildLuarocksPackage {
pname = "compat53";
version = "0.14.4-1";
version = "0.15.0-1";
knownRockspec =
(fetchurl {
url = "mirror://luarocks/compat53-0.14.4-1.rockspec";
sha256 = "01ahfb6g7ibxrlvypvrsry4pwzfj978afjfa9c5w1s7ahjf95d40";
url = "mirror://luarocks/compat53-0.15.0-1.rockspec";
sha256 = "0389ghggjdbfxxa6nrb7364z55dmb832qyb8v4474nzcws0b0aqf";
}).outPath;
src = fetchzip {
url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.14.4.zip";
sha256 = "16mvf6qq290m8pla3fq3r6d6fmbbysjy8b5rxi40hchs4ngrn847";
url = "https://github.com/lunarmodules/lua-compat-5.3/archive/v0.15.0.zip";
sha256 = "164hcigjz7my1zlgccdbvsld89bvz6y16v82rjc8n2qa8ah5j45d";
};
disabled = luaOlder "5.1" || luaAtLeast "5.5";
disabled = luaOlder "5.1" || luaAtLeast "5.6";
meta = {
homepage = "https://github.com/lunarmodules/lua-compat-5.3";