Commit graph

7461 commits

Author SHA1 Message Date
zowoq d94076ad38
Merge pull request #221716 from yu-re-ka/git-deps-import-cargo-lock
tree-wide: convert rust with git deps to importCargoLock
2023-03-26 12:25:52 +10:00
Yureka f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Matthieu Coudron 0cd595cdb3 buildLuaPackage: throw instead of marking as broken package
hopefully makes the output of nixpkgs-review more sensible.

Lua package sets are different and it makes more sense than for other
languages for packages to not be supported in specific package sets.
2023-03-26 01:45:24 +01:00
Weijia Wang 939d8ddbcd
Merge pull request #222871 from viraptor/gauche-darwin
gauche: mark not broken on darwin
2023-03-24 15:13:09 +02:00
Stanisław Pitucha bc7aed2b1a gauche: mark not broken on darwin
Update to use the new sdk.
2023-03-24 23:04:55 +11:00
Doron Behar 7a88e40dd6
Merge pull request #207359 from KarlJoad/octavePackages/auto-update-script
Octave packages: auto update script and fixes
2023-03-22 17:21:48 -07:00
superherointj 216f9f413d
Merge pull request #222436 from superherointj/erlang-upkeep
erlang_21: remove, erlang_22: remove
2023-03-22 08:19:24 -03:00
Nick Cao e6701db34c
Merge pull request #222305 from LeSuisse/wasmtime-7.0.0
wasmtime: 6.0.1 -> 7.0.0
2023-03-22 16:16:33 +08:00
Weijia Wang d477a191ac rigsofrods: alias to rigsofrods-bin 2023-03-22 08:12:51 +02:00
superherointj 3b24ddfc6b erlang_22: remove 2023-03-21 21:51:15 -03:00
superherointj 0768a2e927 erlang_21: remove 2023-03-21 20:26:15 -03:00
Weijia Wang 79e79829f5 lfe: update proper 2023-03-21 23:31:17 +02:00
Weijia Wang a9edfe8c78 lfe: 1.3 -> 2.1.1 2023-03-21 22:20:56 +02:00
superherointj 441cbfcfd2 erlang: normalize version name 2023-03-21 16:12:05 -04:00
Thomas Gerbet 57c69fcbea wasmtime: 6.0.1 -> 7.0.0
b5a2d536ac/RELEASES.md
2023-03-21 07:44:24 +01:00
Pol Dellaiera 64362896c8
php82: 8.2.3 -> 8.2.4 2023-03-20 22:33:50 +01:00
Pol Dellaiera a5c90b896d
php81: 8.1.16 -> 8.1.17 2023-03-20 22:33:40 +01:00
Thiago Kenji Okada d433c1cf67
Merge pull request #221933 from r-ryantm/auto-update/babashka
babashka: 1.2.174 -> 1.3.176
2023-03-19 11:04:24 +00:00
Nick Cao 2571bf8de9
Merge pull request #221937 from r-ryantm/auto-update/zef
zef: 0.18.0 -> 0.18.1
2023-03-19 10:50:51 +08:00
skykanin 4db65a7ec4 cbqn: 2022-11-27 -> 2023-02-01 2023-03-18 23:10:30 -03:00
R. Ryantm 5772f8e64a zef: 0.18.0 -> 0.18.1 2023-03-19 01:58:27 +00:00
R. Ryantm 3756776f1d babashka: 1.2.174 -> 1.3.176 2023-03-19 01:45:52 +00:00
Mario Rodas 1b0f325ac7
Merge pull request #221859 from marsam/update-luau
luau: 0.567 -> 0.568
2023-03-18 19:02:03 -05:00
Mario Rodas 114cb72cda luau: 0.567 -> 0.568
https://github.com/Roblox/luau/releases/tag/0.568
2023-03-18 04:20:00 +00:00
superwhiskers a09aae0d75
rakudo: 2022.07 -> 2023.02 2023-03-17 20:30:38 -05:00
superwhiskers 307db4066c
nqp: 2022.07 -> 2023.02 2023-03-17 20:30:24 -05:00
superwhiskers ac5ad78aba
moarvm: 2022.07 -> 2023.02 2023-03-17 20:30:07 -05:00
Thiago Kenji Okada c863a1beec babashka: 1.1.173 → 1.2.174 2023-03-17 16:58:07 +00:00
R. Ryantm 07b3dc4c7f clojure: 1.11.1.1252 -> 1.11.1.1257 2023-03-17 01:01:43 +00:00
gilice ae660ed77e
dart: 2.18.4 -> 2.19.3, refactor, and add tests (#219875)
* dart: 2.18.4 -> 2.19.3

https://dart.dev/guides/whats-new#january-25-2023-219--30-alpha-releases

* dart: move interpreters -> compilers

Dart is not an interpreted language by default. It can JIT compile, but
ultimately runs on a VM.
Languages which are similar in this regard, like Java and Go also
are sorted into interpreters.

* dart: add primitive tests

* dart: remove version override in sources

* dart: make codesign available in tests

* dart: format

---------

Co-authored-by: Weijia Wang <9713184+wegank@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2023-03-16 13:25:34 +01:00
Weijia Wang 8ff7b38fdf
Merge pull request #221140 from wegank/tcl-tk-bump
tcl-8_5, tk-8_5: 8.5.18 -> 8.5.19
2023-03-16 14:18:26 +02:00
Matthieu Coudron 1e00cab35a
Merge pull request #220474 from Leixb/fixDocsNvim
lua-rocks-move-data: fix missing doc tags on luaPackages neovim plugins
2023-03-16 01:09:57 +01:00
Karl Hallsby 17ea94881f octavePackages: add automatic updating script based on Python's
This script is heavily based on the script used to update all python
libraries at
pkgs/development/interpreters/python/update-python-libraries/update-python-libraries.py

The Octave Packages' website uses YAML as their basis, so we must
reformat to use YAML instead of JSON.
2023-03-15 15:58:01 +02:00
Martin Weinelt 231c1145f2
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/rflink/default.nix
2023-03-14 22:33:40 +01:00
Sandro a60b7589bb
Merge pull request #220630 from tricktron/f-bats-1.9.0 2023-03-14 22:25:40 +01:00
Weijia Wang c262051db3 tcl-8_5, tk-8_5: 8.5.18 -> 8.5.19 2023-03-14 11:20:23 +02:00
Vladimír Čunát 1dd94ad62f
Merge branch 'master' into staging-next 2023-03-12 09:06:28 +01:00
Mario Rodas 8b6900dc2f
Merge pull request #210228 from amarshall/ruby-makebinarywrapper
ruby: Fix withPackages on darwin with makeBinaryWrapper
2023-03-11 18:57:59 -05:00
Nikolay Korotkiy 3a61f47868
Merge pull request #220737 from marsam/update-luau
luau: 0.563 -> 0.567
2023-03-12 03:44:23 +04:00
Martin Weinelt dd8cca191e
Merge pull request #220159 from mweinelt/python-3.12.0a6
python312: 3.12.0a5 -> 3.12.0a6
2023-03-11 21:15:43 +00:00
Thibault Gagnaux f4fcb40eb4
bats: add bats-file library test 2023-03-11 10:57:33 +01:00
Thibault Gagnaux a42a71cdbb
bats: bats-assert 2.0.0 -> 2.1.0 2023-03-11 10:57:33 +01:00
LeixB 59a4dd8678
lua-rocks-move-data: fix missing doc tags on luaPackages neovim plugins
fixes #220199

This makes `luarocksMoveDataHook` run before `vimPluginGenTags` since it
is added first to `preFixupHooks`.
2023-03-10 13:12:32 +01:00
Mario Rodas c3b9678e90 luau: 0.563 -> 0.567
https://github.com/Roblox/luau/releases/tag/0.564
https://github.com/Roblox/luau/releases/tag/0.565
https://github.com/Roblox/luau/releases/tag/0.566
https://github.com/Roblox/luau/releases/tag/0.567
2023-03-10 04:20:00 +00:00
Martin Weinelt bda90e08eb Merge remote-tracking branch 'origin/master' into staging-next 2023-03-09 17:03:45 +01:00
R. Ryantm 031600bf15 erlangR25: 25.2.3 -> 25.3 2023-03-09 07:34:07 -05:00
github-actions[bot] 39f6788067
Merge master into staging-next 2023-03-09 12:01:27 +00:00
Anderson Torres 1bf1f7a75f yabasic: 2.90.2 -> 2.90.3 2023-03-09 07:03:31 -03:00
Thibault Gagnaux 639825c943
bats: update 1.8.2 -> 1.9.0 2023-03-09 10:12:48 +01:00
Thomas Gerbet b4990c9891 wasmtime: 6.0.0 -> 6.0.1
Fixes CVE-2023-26489 and CVE-2023-27477.

https://github.com/bytecodealliance/wasmtime/blob/v6.0.1/RELEASES.md
2023-03-08 21:53:06 +01:00