3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #217706 from teto/add-haskell-tools

luaPackages: update
This commit is contained in:
Matthieu Coudron 2023-02-27 09:08:34 +01:00 committed by GitHub
commit 75a2a4a389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 316 additions and 531 deletions

View file

@ -32,7 +32,7 @@ lmpfrlib,,,,,5.3,alexshpilkin
loadkit,,,,,,alerque
lpeg,,,,,,vyp
lpeg_patterns,,,,,,
lpeglabel,,,,,,
lpeglabel,,,,1.6.0,,
lpty,,,,,,
lrexlib-gnu,,,,,,
lrexlib-pcre,,,,,,vyp

1 name src ref server version luaversion maintainers
32 loadkit alerque
33 lpeg vyp
34 lpeg_patterns
35 lpeglabel 1.6.0
36 lpty
37 lrexlib-gnu
38 lrexlib-pcre vyp

File diff suppressed because it is too large Load diff

View file

@ -2,13 +2,13 @@
luarocks.overrideAttrs (old: {
pname = "luarocks-nix";
version = "unstable-2022-10-12";
version = "unstable-2023-02-26";
src = fetchFromGitHub {
owner = "nix-community";
repo = "luarocks-nix";
rev = "7b3cc90ebf07813ed511f530cc50d602e9502001";
sha256 = "sha256-zN+8BzUkKUQU/6BWg1kcsL3XV9qehnwm1L4vRKOejPs=";
rev = "4cfea3d5d826db4cfbc809ef8bb5f0a9f3a18919";
sha256 = "sha256-7L8B+/C7Kzt25Ec+OsM2rliYB2/wyZQ3OT63V7AaOxo=";
};
patches = [ ];