luaPackages.dkjson: 2.10-1 -> 2.11-1

This commit is contained in:
Austin Horstman
2026-08-05 12:10:18 -05:00
parent 2f4c2d4476
commit ffa600c96f

View File

@@ -811,15 +811,15 @@ final: prev: {
}:
buildLuarocksPackage {
pname = "dkjson";
version = "2.10-1";
version = "2.11-1";
knownRockspec =
(fetchurl {
url = "mirror://luarocks/dkjson-2.10-1.rockspec";
sha256 = "0h49fv93h6n32xwwgwvrhb6w5rzvgjzyls6m9xhmcd94pbkih8v2";
url = "mirror://luarocks/dkjson-2.11-1.rockspec";
sha256 = "0fkgsqfd0k7pq9j3d1hrhsiha7dc145fbf7hqw0r7lzmp03vjfai";
}).outPath;
src = fetchurl {
url = "https://dkolf.de/dkjson-lua/dkjson-2.10.tar.gz";
sha256 = "092v9m13h7zl89qfgywbs22wdvniwr2lr3shjqrn91f4nl39xiz8";
url = "https://dkolf.de/dkjson-lua/dkjson-2.11.tar.gz";
sha256 = "16725vrd5apdxapj641cc0x218vp0ylfcf0z24wfffxwh7v9l5ks";
};
disabled = luaOlder "5.1" || luaAtLeast "5.6";