diff --git a/pkgs/development/lua-modules/generated-packages.nix b/pkgs/development/lua-modules/generated-packages.nix index fdb19c6bc62f..193025bfe136 100644 --- a/pkgs/development/lua-modules/generated-packages.nix +++ b/pkgs/development/lua-modules/generated-packages.nix @@ -6066,40 +6066,6 @@ final: prev: { } ) { }; - tomlua = callPackage ( - { - buildLuarocksPackage, - fetchurl, - fetchzip, - luaOlder, - }: - buildLuarocksPackage { - pname = "tomlua"; - version = "1.1.5-1"; - knownRockspec = - (fetchurl { - url = "mirror://luarocks/tomlua-1.1.5-1.rockspec"; - sha256 = "0xqxlw1pzvy63kw8d98nfh0k9269s4dg90md72m8kfcrj7isrb6m"; - }).outPath; - src = fetchzip { - url = "https://github.com/BirdeeHub/tomlua/archive/v1.1.5.zip"; - sha256 = "136jxj26dk3jl17dm86ifvfmpfbj0mf6yp2yy6i8g4xxfqs27n9q"; - }; - - disabled = luaOlder "5.1"; - - meta = { - homepage = "https://github.com/BirdeeHub/tomlua"; - maintainers = [ lib.maintainers.birdee ]; - license = lib.licenses.mit; - description = "Speedy toml parsing for lua, implemented in C"; - longDescription = '' - Speedy toml parsing for lua, implemented in C - for use in hot-path or startup-time parsing of toml files.''; - }; - } - ) { }; - toml-edit = callPackage ( { buildLuarocksPackage, @@ -6136,6 +6102,40 @@ final: prev: { } ) { }; + tomlua = callPackage ( + { + buildLuarocksPackage, + fetchurl, + fetchzip, + luaOlder, + }: + buildLuarocksPackage { + pname = "tomlua"; + version = "1.1.5-1"; + knownRockspec = + (fetchurl { + url = "mirror://luarocks/tomlua-1.1.5-1.rockspec"; + sha256 = "0xqxlw1pzvy63kw8d98nfh0k9269s4dg90md72m8kfcrj7isrb6m"; + }).outPath; + src = fetchzip { + url = "https://github.com/BirdeeHub/tomlua/archive/v1.1.5.zip"; + sha256 = "136jxj26dk3jl17dm86ifvfmpfbj0mf6yp2yy6i8g4xxfqs27n9q"; + }; + + disabled = luaOlder "5.1"; + + meta = { + homepage = "https://github.com/BirdeeHub/tomlua"; + maintainers = [ lib.maintainers.birdee ]; + license = lib.licenses.mit; + description = "Speedy toml parsing for lua, implemented in C"; + longDescription = '' + Speedy toml parsing for lua, implemented in C + for use in hot-path or startup-time parsing of toml files.''; + }; + } + ) { }; + tree-sitter-cli = callPackage ( { buildLuarocksPackage,