Unverified Commit c5000ad7 authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

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

parents 74d3cdb3 3c2cf57a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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,,,,,,
+4 −0
Original line number Diff line number Diff line
[generated-packages.nix]
charset = unset
indent_style = unset
trim_trailing_whitespace = unset
+773 −200

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
@@ -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 ++ [