···
busted = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
156
-
, fetchgit, say, luassert, lua_cliargs, luasystem, luafilesystem, lua, mediator_lua, penlight, lua-term, dkjson
156
+
, fetchgit, dkjson, lua, lua-term, lua_cliargs, luafilesystem, luassert, luasystem, mediator_lua, penlight, say
···
disabled = with lua; (luaOlder "5.1");
179
-
propagatedBuildInputs = [ say luassert lua_cliargs luasystem luafilesystem lua mediator_lua penlight lua-term dkjson ];
179
+
propagatedBuildInputs = [ dkjson lua lua-term lua_cliargs luafilesystem luassert luasystem mediator_lua penlight say ];
homepage = "https://lunarmodules.github.io/busted/";
···
cldr = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
223
-
, fetchgit, penlight, lua
223
+
, fetchgit, lua, penlight
···
disabled = with lua; (luaOlder "5.1");
246
-
propagatedBuildInputs = [ penlight lua ];
246
+
propagatedBuildInputs = [ lua penlight ];
homepage = "https://github.com/alerque/cldr-lua";
···
digestif = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
402
-
, fetchgit, lua, lpeg
402
+
, fetchgit, lpeg, lua
···
disabled = with lua; (luaOlder "5.3");
422
-
propagatedBuildInputs = [ lua lpeg ];
422
+
propagatedBuildInputs = [ lpeg lua ];
homepage = "https://github.com/astoff/digestif/";
···
461
-
version = "1.2.0-1";
461
+
version = "1.2.1-1";
knownRockspec = (fetchurl {
463
-
url = "mirror://luarocks/fennel-1.2.0-1.rockspec";
464
-
sha256 = "14qr0gldqgvzx3yzfjvy48inqn46xf0d92pcxp3hr1a17sf7xqmf";
463
+
url = "mirror://luarocks/fennel-1.2.1-1.rockspec";
464
+
sha256 = "0v4gh7a767zlng3pxpl2bkr3cpqa39k8ljvvspfwkhc9g176r49z";
467
-
url = "https://fennel-lang.org/downloads/fennel-1.2.0.tar.gz";
468
-
sha256 = "0ymnsri27pj98jbwx7hxsn1w39rxns0i8ds1fl421spc13gx88gx";
467
+
url = "https://fennel-lang.org/downloads/fennel-1.2.1.tar.gz";
468
+
sha256 = "0ihxvrz1p4p4f1bid39wy30y9x52qa2z6rx3kxanmd8bqw787ai7";
disabled = with lua; (luaOlder "5.1");
···
fluent = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
507
-
, fetchgit, luaepnf, penlight, cldr, lua
507
+
, fetchgit, cldr, lua, luaepnf, penlight
···
disabled = with lua; (luaOlder "5.1");
530
-
propagatedBuildInputs = [ luaepnf penlight cldr lua ];
530
+
propagatedBuildInputs = [ cldr lua luaepnf penlight ];
homepage = "https://github.com/alerque/fluent-lua";
···
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/lewis6991/gitsigns.nvim",
549
-
"rev": "f98c85e7c3d65a51f45863a34feb4849c82f240f",
550
-
"date": "2022-09-19T00:23:17+01:00",
551
-
"path": "/nix/store/7gx7accssqrpn18g9325a8d4wx48467b-gitsigns.nvim",
552
-
"sha256": "0ljzja43jdkv77nh4253x3gwk2hjx968yk7b5ag4y1mvyp1540qn",
549
+
"rev": "56e01cb0ea52635854e97bd2dd2587c8ebfab978",
550
+
"date": "2022-10-16T16:50:37+01:00",
551
+
"path": "/nix/store/yrm4xpi43x2sijw8gamvlfgqnyd7j19l-gitsigns.nvim",
552
+
"sha256": "0rdfnw2pr0hjxlw7bfjfvbh7lll4ba8ymp5nxq58d0jq01lzsxkr",
···
http = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
571
-
, fetchzip, compat53, lpeg, cqueues, luaossl, bit32, lua, binaryheap, basexx, lpeg_patterns, fifo
571
+
, fetchzip, basexx, binaryheap, bit32, compat53, cqueues, fifo, lpeg, lpeg_patterns, lua, luaossl
···
disabled = with lua; (luaOlder "5.1");
586
-
propagatedBuildInputs = [ compat53 lpeg cqueues luaossl bit32 lua binaryheap basexx lpeg_patterns fifo ];
586
+
propagatedBuildInputs = [ basexx binaryheap bit32 compat53 cqueues fifo lpeg lpeg_patterns lua luaossl ];
homepage = "https://github.com/daurnimator/lua-http";
···
ldoc = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
688
-
, fetchgit, penlight, markdown
688
+
, fetchgit, markdown, penlight
···
707
-
propagatedBuildInputs = [ penlight markdown ];
707
+
propagatedBuildInputs = [ markdown penlight ];
homepage = "https://github.com/lunarmodules/LDoc";
···
lua-resty-openidc = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1332
-
, fetchgit, lua-resty-http, lua, lua-resty-session, lua-resty-jwt
1332
+
, fetchgit, lua, lua-resty-http, lua-resty-jwt, lua-resty-session
pname = "lua-resty-openidc";
···
disabled = with lua; (luaOlder "5.1");
1355
-
propagatedBuildInputs = [ lua-resty-http lua lua-resty-session lua-resty-jwt ];
1355
+
propagatedBuildInputs = [ lua lua-resty-http lua-resty-jwt lua-resty-session ];
homepage = "https://github.com/zmartzone/lua-resty-openidc";
···
pname = "lua-resty-openssl";
1368
-
version = "0.8.10-1";
1368
+
version = "0.8.13-1";
knownRockspec = (fetchurl {
1370
-
url = "mirror://luarocks/lua-resty-openssl-0.8.10-1.rockspec";
1371
-
sha256 = "0rwqc8yy9jk419vyil3c1dc2cmlsy1yf2f8b85i1xvwd8safvc8g";
1370
+
url = "mirror://luarocks/lua-resty-openssl-0.8.13-1.rockspec";
1371
+
sha256 = "12wd4v2pc3ppnr64109nx4sh33clwllfbp11mmg1c1n2w13fz578";
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/fffonion/lua-resty-openssl.git",
1375
-
"rev": "c569d6c2ed4512f2228b61a52c9bb1949dc55f7c",
1376
-
"date": "2022-06-24T12:22:19+08:00",
1377
-
"path": "/nix/store/kbpwc7yhba4gqp6lkmdphkvkvhc1m4h6-lua-resty-openssl",
1378
-
"sha256": "08cw03kihqa2j23p29dxli84zafpdxnx5a4zm625dqzlqnq86ajc",
1375
+
"rev": "3293e301f6c3818b780f1a818eacc9b78960b274",
1376
+
"date": "2022-10-14T16:38:23+08:00",
1377
+
"path": "/nix/store/ykj5yj8sj9rc5122gg7dcnq723fsxjq5-lua-resty-openssl",
1378
+
"sha256": "0hkhy8x34z9m7wsqxrrc4vfqw0dbjhq36pjkqcq391vlsvzxhx5h",
···
luacheck = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1634
-
, fetchgit, lua, argparse, luafilesystem
1634
+
, fetchgit, argparse, lua, luafilesystem
···
disabled = with lua; (luaOlder "5.1");
1657
-
propagatedBuildInputs = [ lua argparse luafilesystem ];
1657
+
propagatedBuildInputs = [ argparse lua luafilesystem ];
homepage = "https://github.com/lunarmodules/luacheck";
···
luadbi-mysql = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1733
-
, fetchgit, luadbi, lua
1733
+
, fetchgit, lua, luadbi
···
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
1756
-
propagatedBuildInputs = [ luadbi lua ];
1756
+
propagatedBuildInputs = [ lua luadbi ];
homepage = "https://github.com/mwild1/luadbi";
···
luadbi-sqlite3 = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
1799
-
, fetchgit, luadbi, lua
1799
+
, fetchgit, lua, luadbi
pname = "luadbi-sqlite3";
···
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
1822
-
propagatedBuildInputs = [ luadbi lua ];
1822
+
propagatedBuildInputs = [ lua luadbi ];
homepage = "https://github.com/mwild1/luadbi";
···
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/lunarmodules/luaexpat.git",
1901
-
"rev": "10b10ca30536ee5df8c814dd18991148984efe24",
1902
-
"date": "2022-08-29T13:45:12+02:00",
1903
-
"path": "/nix/store/prmd5hiippdd32qa0xicbf9rw8k39md7-luaexpat",
1904
-
"sha256": "0rzwrmjy2kbkvhgmprnlqmkl6kqvxqlb5kh9ww3zff0xv7xf03vb",
1901
+
"rev": "57f8966088abf8a00f8ab0bf88e1b6deea89c0bb",
1902
+
"date": "2022-10-04T16:36:23+02:00",
1903
+
"path": "/nix/store/dgrdkalikpqdap642qhppha1ajdnsvx0-luaexpat",
1904
+
"sha256": "1b4ck23p01ks3hgayan9n33f2kb6jvv63v4ww2mqczc09rqi0q46",
···
luaposix = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2047
-
, fetchzip, lua, bit32
2047
+
, fetchzip, bit32, lua
···
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
2062
-
propagatedBuildInputs = [ lua bit32 ];
2062
+
propagatedBuildInputs = [ bit32 lua ];
homepage = "http://github.com/luaposix/luaposix/";
···
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/keplerproject/luasql.git",
2176
-
"rev": "b7da7097d91b3233156aba2e7d0c6e5590766884",
2177
-
"date": "2022-07-27T13:39:06-03:00",
2178
-
"path": "/nix/store/rb4i0qxm8yy552hhmxdh65sf463qn02f-luasql",
2179
-
"sha256": "046zv23kk2riyiw1vngbwn2a4rkg9wm3ra2b1vmmhkr9idlncq94",
2176
+
"rev": "e2660cbaeb13cb33d8346bb816c6a526241b3c2d",
2177
+
"date": "2022-10-03T18:44:40-03:00",
2178
+
"path": "/nix/store/mxzq779w3l19bgb424aa4cqdzxczmwr3-luasql",
2179
+
"sha256": "052hc174am05plidilzf36vr736sp8vyydfb12qa8xr6mk74f6d1",
···
luassert = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2199
-
, fetchgit, say, lua
2199
+
, fetchgit, lua, say
···
disabled = with lua; (luaOlder "5.1");
2222
-
propagatedBuildInputs = [ say lua ];
2222
+
propagatedBuildInputs = [ lua say ];
homepage = "https://lunarmodules.github.io/busted/";
···
2312
-
version = "0.1.3-1";
2312
+
version = "0.1.4-1";
knownRockspec = (fetchurl {
2314
-
url = "mirror://luarocks/luautf8-0.1.3-1.rockspec";
2315
-
sha256 = "16i9wfgd0f299g1afgjp0hhczlrk5g8i0kq3ka0f8bwj3mp2wmcp";
2314
+
url = "mirror://luarocks/luautf8-0.1.4-1.rockspec";
2315
+
sha256 = "1pa91djyymhzfqnlc559v9wgk5l0m40wq0hnlnf841w6h5aj4fra";
2318
-
url = "https://github.com/starwing/luautf8/archive/0.1.3.tar.gz";
2319
-
sha256 = "02rf8jmazmi8rp3i5v4jsz0d7mrf1747qszsl8i2hv1sl0ik92r0";
2318
+
url = "https://github.com/starwing/luautf8/archive/refs/tags/0.1.4.tar.gz";
2319
+
sha256 = "08r4swiipzs0fif3311rr493j4lb3pyapl0sp70pl8s4rmknm43h";
disabled = with lua; (luaOlder "5.1");
···
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/rktjmp/lush.nvim",
2375
-
"rev": "fabf012e243bc58c4785ab4c44f05e94b34c431a",
2376
-
"date": "2022-09-14T20:24:03+10:00",
2377
-
"path": "/nix/store/z7nnsj480w2v8i3w0idy0z49yysvsa90-lush.nvim",
2378
-
"sha256": "0bxxdlbay4r48xng1djljbgb93ls3xa83nb79gzvagfaiwgf6pn8",
2375
+
"rev": "fca6940b754812746c9758cc512cc97dcdb47de0",
2376
+
"date": "2022-10-17T06:32:03+11:00",
2377
+
"path": "/nix/store/aybmp713rb8qa0crm94hgzjcqdvjjv8f-lush.nvim",
2378
+
"sha256": "1q8jzyxdxlif7sjxjqs8x696q1734saca5g05gqhvv5d23287hrn",
···
moonscript = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2534
-
, fetchgit, argparse, lua, lpeg, luafilesystem
2534
+
, fetchgit, argparse, lpeg, lua, luafilesystem
···
disabled = with lua; (luaOlder "5.1");
2554
-
propagatedBuildInputs = [ argparse lua lpeg luafilesystem ];
2554
+
propagatedBuildInputs = [ argparse lpeg lua luafilesystem ];
homepage = "http://moonscript.org";
···
nvim-client = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2587
-
, fetchurl, luv, coxpcall, mpack, lua
2587
+
, fetchurl, coxpcall, lua, luv, mpack
···
disabled = with lua; (luaOlder "5.1");
2599
-
propagatedBuildInputs = [ luv coxpcall mpack lua ];
2599
+
propagatedBuildInputs = [ coxpcall lua luv mpack ];
homepage = "https://github.com/neovim/lua-client";
···
src = fetchgit ( removeAttrs (builtins.fromJSON ''{
"url": "https://github.com/hrsh7th/nvim-cmp",
2617
-
"rev": "3347dd3c59b6c62288d861ddb92b9ba1227257a8",
2618
-
"date": "2022-10-15T15:20:35+09:00",
2619
-
"path": "/nix/store/yz8ak36srpzaw6qm2gip07ppl6zladcd-nvim-cmp",
2620
-
"sha256": "1ca9mpxq7cqi36mqz0cgyhl9w1dwcalwh6v4kj377g1vqslyl5ay",
2617
+
"rev": "e94d3489311f941788756953df23ca84f83eec95",
2618
+
"date": "2022-10-16T18:29:26+09:00",
2619
+
"path": "/nix/store/jplbdkkgdbwxm930wyvxs6ghbljvh47g-nvim-cmp",
2620
+
"sha256": "1v6iw2bqaqxzspl239jw3aqj64mc9sq2xxibvll7rmxxgv2mgyb5",
···
plenary-nvim = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2671
-
, fetchgit, luassert, lua
2671
+
, fetchgit, lua, luassert
···
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.4");
2691
-
propagatedBuildInputs = [ luassert lua ];
2691
+
propagatedBuildInputs = [ lua luassert ];
homepage = "http://github.com/nvim-lua/plenary.nvim";
···
std-normalize = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2911
-
, fetchgit, std-_debug, lua
2911
+
, fetchgit, lua, std-_debug
···
disabled = with lua; (luaOlder "5.1") || (luaAtLeast "5.5");
2931
-
propagatedBuildInputs = [ std-_debug lua ];
2931
+
propagatedBuildInputs = [ lua std-_debug ];
homepage = "https://lua-stdlib.github.io/normalize";
···
tl = callPackage({ buildLuarocksPackage, luaOlder, luaAtLeast
2967
-
, fetchgit, argparse, luafilesystem, compat53
2967
+
, fetchgit, argparse, compat53, luafilesystem
···
2989
-
propagatedBuildInputs = [ argparse luafilesystem compat53 ];
2989
+
propagatedBuildInputs = [ argparse compat53 luafilesystem ];
checkInputs = [ dkjson ];