luarocks-packages.csv: fix unsupported comment + bumped luarocks-nix (#505122)

This commit is contained in:
Matthieu Coudron
2026-03-31 20:32:38 +00:00
committed by GitHub
4 changed files with 780 additions and 204 deletions
@@ -65,7 +65,6 @@ lua-resty-jwt,,,,,,
lua-resty-openidc,,,,,,
lua-resty-openssl,,,,,,
lua-resty-session,,,,,,
# we have to set url because luarocks.org lua-rtoml is squatted by another package
lua-rtoml,https://raw.githubusercontent.com/lblasc/lua-rtoml/eb89439070c72ccf05efb8576abae7643abab354/lua-rtoml-0.3-0.rockspec,,,,,lblasc
lua-subprocess,https://raw.githubusercontent.com/0x0ade/lua-subprocess/master/subprocess-scm-1.rockspec,,,,5.1,scoder12
lua-term,,,,,,
1 name rockspec ref server version luaversion maintainers
65 lua-resty-openidc
66 lua-resty-openssl
67 lua-resty-session
# we have to set url because luarocks.org lua-rtoml is squatted by another package
68 lua-rtoml https://raw.githubusercontent.com/lblasc/lua-rtoml/eb89439070c72ccf05efb8576abae7643abab354/lua-rtoml-0.3-0.rockspec lblasc
69 lua-subprocess https://raw.githubusercontent.com/0x0ade/lua-subprocess/master/subprocess-scm-1.rockspec 5.1 scoder12
70 lua-term
@@ -0,0 +1,4 @@
[generated-packages.nix]
charset = unset
indent_style = unset
trim_trailing_whitespace = unset
File diff suppressed because it is too large Load Diff
@@ -8,13 +8,13 @@
luarocks_bootstrap.overrideAttrs (old: {
pname = "luarocks-nix";
version = "0-unstable-2024-05-31";
version = "nix_v3.5.0-1-unstable-2026-03-31";
src = fetchFromGitHub {
owner = "nix-community";
repo = "luarocks-nix";
rev = "9d0440da358eac11afdbef392e2cf3272a8c7101";
hash = "sha256-9SC+YQ06u35LN3mPohG7Lz0eLXPsMGKG3mhS+0zSO7Y=";
rev = "3a9f4bff6cdda670f866fb9f755d548a714f680a";
hash = "sha256-6DLy1scf6K1fWDgrORcd1gtymgxtPwwAMIzMG2Bn1Pw=";
};
propagatedNativeBuildInputs = old.propagatedNativeBuildInputs ++ [