summary refs log tree commit diff
path: root/pkgs/development/lua-modules/generated-packages.nix
Commit message (Collapse)AuthorAge
* luaPackages.lua-resty-openidc: init at 1.7.2-1Bruno Bigras2020-08-30
|
* lua-penlight: 1.7.0 → 1.8.0Caleb Maclennan2020-08-14
|
* lua-cassowary: Fix URL and add myself to maintainer listCaleb Maclennan2020-08-14
| | | | (I am also an upstream committer.)
* luaPackages.pulseaudio: remove (#94939)Doron Behar2020-08-08
| | | | It's not maintained any more by upstream (by @doronbehar) and it doesn't build correctly with `buildLuarocksPackage` (see #89767).
* luaPackages.readline: init at 2.6-0 (#91854)Mitsuhiro Nakamura2020-07-01
|
* luaPackages.ldbus: init at scm-0pablo11072020-06-17
|
* lyaml: init at 6.2.5-1, update all generated packagesLuka Blaskovic2020-06-06
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* Revert "luaPackages.luv: 1.30.0-0 -> 1.34.1-1"Daiderd Jordan2020-03-27
| | | | | | | | | This reverts commit eaa47284113cda19a037b7fcbaa892ddb596b813. With 81461cff5f540c92e5030f62b89ee7b64e85c6df luv also needs to be downgraded until luarocks can be updated to 3.3.1 again. Fixes #82727
* luaPackages.nvim-client: 0.2.0-1 -> 0.2.2-1Doron Behar2020-02-26
|
* luaPackages.luv: 1.30.0-0 -> 1.34.1-1Michael Lingelbach2020-02-17
|
* luaPackages.cosmo: init at 16.06.04-1Mario Rodas2020-02-11
|
* luaPackages.cassowary: init at 2.2-1Mario Rodas2020-02-11
|
* Merge pull request #78265 from Synthetica9/https-homepagesSilvan Mosberger2020-01-27
|\ | | | | treewide: fix redirected urls
| * treewide: fix redirected urlsPatrick Hilhorst2020-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | According to https://repology.org/repository/nix_unstable/problems, we have a lot of packages that have http links that redirect to https as their homepage. This commit updates all these packages to use the https links as their homepage. The following script was used to make these updates: ``` curl https://repology.org/api/v1/repository/nix_unstable/problems \ | jq '.[] | .problem' -r \ | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \ | sort | uniq > script.sed find -name '*.nix' | xargs -P4 -- sed -f script.sed -i ```
* | luaPackages.vstruct: init at 2.0.2-1Matthieu Coudron2020-01-25
| |
* | luaPackages.luarepl: init at 0.9-1Matthieu Coudron2020-01-25
| |
* | luaPackages.luaepnf: init at 0.3-1Matthieu Coudron2020-01-25
| |
* | luaPackages.linenoise: init at 0.9-1Matthieu Coudron2020-01-24
| |
* | luaPackages.digestif: scm1 -> 0.2-1Matthieu Coudron2020-01-24
|/ | | | Now it's a released package so no need to specify the manifest anymore.
* Merge pull request #71802 from teto/luadocMatthieu Coudron2019-10-24
|\ | | | | adds Luadoc.
| * luaPackages.luadoc: init at 3.0.1-1Matthieu Coudron2019-10-23
| | | | | | | | Used in vim plugins like nvim-terminal-lua to generate html docs.
| * luaPackages.lualogging: init at 1.3.0-1Matthieu Coudron2019-10-23
| | | | | | | | Dependency of luadoc
* | luaPackages.luacov: init at 0.13.0-1Matthieu Coudron2019-10-14
|/ | | | It is needed to run luarocks test.
* lua*Packages.lua-yajl: init at 2.0-1Philipp2019-09-07
| | | | Dependency for mudlet >= 4.0
* lua*Packages.luautf8: init at 0.1.1-1Philipp2019-09-07
| | | | Dependency for mudlet >= 4.0
* ljsyscall: init at 20180515Luka Blaskovic2019-08-28
|
* lua*Packages.moonscript: init at 0.5.0-1 (generated)Alexei Robyn2019-08-21
|
* lua*Packages.alt-getopt: init at 0.8.0-1 (generated)Alexei Robyn2019-08-21
|
* lua*Packages.luaossl: 20190612-0 -> 20190731-0Vladimír Čunát2019-08-05
| | | | My main aim is to fix it on aarch64 NixOS.
* lua*Packages.cqueues: 20171014.52-0 -> 20190731.52-0Vladimír Čunát2019-08-05
| | | | | My main aim is to fix it on aarch64 NixOS. The patch was included in the release.
* luaPackages.luv: 1.29.1-2 -> 1.30.0-0Roman Volosatovs2019-07-29
|
* treewide: fix redirect URLsRyan Mulligan2019-07-10
|
* luaPackages.luaexpat: Downgrade to fix issue and match typical distrosAlexei Robyn2019-06-24
| | | | | | Matches version used on most distros. Fixes an issue with prosody. Detailed reasoning behind this can be found [here](https://github.com/NixOS/nixpkgs/pull/63108#issuecomment-504015507).
* lua-modules: update generated-packages.nixAlexei Robyn2019-06-13
| | | | | | | | | | | | | | | | | | | | | | | | | | Summary of resulting package updates: - bit32: init at 5.3.0-1 (same as current hand-written derivation) - busted: 2.0.rc12-1 -> 2.0.rc13-0 - compat53: init at 0.7-1 (same as current hand-written derivation) - cqueues: init at 20171014-0 (same as current hand-written derivation) - cyrussasl: init at 1.1.0-1 (same as current hand-written derivation) - lrexlib-pcre: init at 2.9.0-1 (vs 2.8.0 in current hand-written lrexlib derivation) - luadbi and backends (luadbi-{mysql,postgresql,sqlite3}): init at 0.7.2-1 (vs 0.7.1 in current hand-written derivation) - luaexpat: init at 1.3.3-1 (vs 1.3.0 in current hand-written derivation) - luafilesystem: init at 1.7.0-2 (same as current hand-written derivation) - luaossl: init at 20190612-0 (vs 20181207 in current hand-written derivation) - luasec: init at 0.8-1 (same as current hand-written derivation) - luasocket: init at 3.0rc1-2 (same as current hand-written derivation) - luasql-sqlite3: init at 2.4.0-1 (vs 2.3.0 in current hand-written luasqlite3 derivation) - rapidjson: 0.5.1-1 -> 0.5.2-1 - stdlib: init at 41.2.2-1 (vs 41.2.1 in current hand-written derivation)
* luaPackages.lpeg: 1.0.1 -> 1.0.2Matthieu Coudron2019-06-07
| | | | and move to generated
* luaPackages.luaposix: move to generatedMatthieu Coudron2019-06-06
|
* luaPackages.mpack: removed duplicate manual packageMatthieu Coudron2019-06-06
|
* luaPackages.lua-zlib: 1.1 -> 1.2Matthieu Coudron2019-06-06
| | | | | Renamed from luazlib to luarocks name lua-zlib. Move to generated.
* luaPackages.luazip: 2007-10-30 -> 1.2.7Matthieu Coudron2019-06-05
|
* luaPackages.cjson: move to generatedMatthieu Coudron2019-06-05
|
* luaPackages.lua-lsp: init at scm-2Matthieu Coudron2019-06-05
|
* luaPackages.lpeglabel: init at 1.5.0Matthieu Coudron2019-06-05
|
* luaPackages.digestif: init at scm-1Matthieu Coudron2019-06-05
|
* lua: update generated packages.nixMatthieu Coudron2019-06-04
| | | | basically update nvim-client and luassert
* lua-modules/generated: regen for formatting, luv -> 1.28Will Dietz2019-05-15
|
* Merge #60614: lua*Packages improvementsVladimír Čunát2019-05-12
|\
| * lua*Packages.http: 0.3 -> 0.4 (and generate)Vladimír Čunát2019-05-01
| | | | | | | | | | | | One bugfix patch is included - merged upstream but not released yet. knot-resolver wrapper would need to add binaryheap explicitly, so it's migrated to the automatic LUA path discovery instead.
| * lua*Packages.binaryheap: init at 0.4-1 (generated)Vladimír Čunát2019-05-01
| | | | | | | | | | The generator wanted to do various changes in other packages as well, but I didn't commit those.
* | Merge pull request #60343 from ↵Will Dietz2019-05-10
|\ \ | |/ |/| | | | | dtzWill/fix/luarocks-nix-formatting-and-awesome-doc-goodness luarocks-nix,luaPackages: formatting and additions; awesome: docs!