Commit Graph

11659 Commits

Author SHA1 Message Date
Adam C. Stephens
6587ff4208 beamPackages.elixir_1_20: 1.20.0-rc.2 -> 1.20.0-rc.3 2026-03-12 09:19:35 -04:00
mfukuba
8ecb1fc985 ruby_3_4: 3.4.8 -> 3.4.9 2026-03-12 15:46:07 +09:00
Svenum
a7c8060a62 rakudo: 2025.12 -> 2026.02 2026-03-11 23:10:16 +01:00
nixpkgs-ci[bot]
20fc1a16e1 Merge master into staging-next 2026-03-11 18:18:55 +00:00
Martin Weinelt
eb50eb4678 python315: 3.15.0a6 -> 3.15.0a7
https://docs.python.org/3.15/whatsnew/changelog.html#python-3-15-0-alpha-7
2026-03-11 14:10:58 +01:00
Doron Behar
825a7f002c python3: avoid a small rec near passthruFun 2026-03-09 16:04:41 +02:00
Francesco Gazzetta
49e44efa09 tclPackages.mkTclDerivation: enable stubs by default 2026-03-07 09:56:02 +01:00
nixpkgs-ci[bot]
efdd68f94b Merge staging-next into staging 2026-03-06 18:13:08 +00:00
OTABI Tomoya
6a9a1ddf5a Python: 3.11.14 -> 3.11.15; 3.12.12 -> 3.12.13 (#496258) 2026-03-06 13:02:00 +00:00
Jo
2c2a562260 unixodbc{,Drivers}: rename from unixODBC{,Drivers} (#489676) 2026-03-06 11:52:28 +00:00
nixpkgs-ci[bot]
3c01107bb6 Merge staging-next into staging 2026-03-06 08:45:06 +00:00
Weijia Wang
cf1c78c332 wxwidgets_3_{1,2}: rename from wxGTK3{1,2} (#489736) 2026-03-06 08:29:12 +00:00
nixpkgs-ci[bot]
d5c3bd02c9 Merge staging-next into staging 2026-03-06 00:27:57 +00:00
Yt
c020331324 beamPackages.elixir_1_20: 1.20.0-rc.1 -> 1.20.0-rc.2 (#496957) 2026-03-05 22:22:56 +00:00
Adam C. Stephens
218a9739a4 beamPackages.elixir_1_20: 1.20.0-rc.1 -> 1.20.0-rc.2
Changelog: https://github.com/elixir-lang/elixir/releases/tag/v1.20.0-rc.2
2026-03-05 18:15:15 +00:00
Adam C. Stephens
6b69b53d1b erlang_28: 28.3.3 -> 28.4
Changelog: https://github.com/erlang/otp/releases/tag/OTP-28.4

https://www.erlang.org/news/184
2026-03-05 18:12:08 +00:00
Alexander Bantyev
2839911e81 various: add security-review team as a maintainer
Adds the @NixOS/security-review team as a maintainer to multiple
packages deemed to be important security-wise.

For the motivation of the package list, see:
https://github.com/NixOS/nixpkgs/issues/494349#issuecomment-4005099033
2026-03-05 15:19:44 +01:00
Marcin Serwin
2000ec68c5 maintainers: drop smironov
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-03-04 17:34:27 +01:00
nixpkgs-ci[bot]
69181cf8fc Merge staging-next into staging 2026-03-04 00:23:25 +00:00
R. Ryantm
2c3d2e581a octave: 10.3.0 -> 11.1.0
octavePackages: Ensure Octave's "pkg install" sees a real file path.

Octave 11's "pkg install" command supports more usage methods than
previous versions did, including local files, URLs, and unqualified
package names. We/Nix pass a path that both is a local file and does
not look like a URL.

Despite us giving local paths in the shell script, the file
path we pass in is not glob-expanded by the shell running the
`postBuild` script from `build-env.nix`.

This happens Because Bash expansion and globbing do not fire for
multiple "rounds" inside of a string. So "$path/*.tar.gz" is given to
Octave as `/nix/store/...-octave-...-pkg-.../*.tar.gz`, which is NOT a
file we/Nix created.

We always need the octave-cli commands to be wrapped up into strings
so that Bash does not try to do anything with them. By doing the
expansion into a Bash variable before the string expansion, we get the
right thing:
/nix/store/...-octave-...-pkg-.../pkg-version-arch.tar.gz

Co-Authored-By: Karl Hallsby <karl@hallsby.com>
Co-Authored-By: Doron Behar <doron.behar@gmail.com>
2026-03-03 20:42:47 +02:00
Martin Weinelt
f751ae3d25 python311: 3.11.14 -> 3.11.15
https://docs.python.org/release/3.11.15/whatsnew/changelog.html
2026-03-03 17:05:55 +01:00
Martin Weinelt
5c994fe2b1 python312: 3.12.12 -> 3.12.13
https://docs.python.org/release/3.12.13/whatsnew/changelog.html
2026-03-03 16:55:00 +01:00
Steven Allen
62da52900f maintainers: remove synthetica 2026-03-01 08:21:51 -08:00
nixpkgs-ci[bot]
b2268da01b Merge staging-next into staging 2026-02-28 18:07:10 +00:00
Maximilian Bosch
18a8aadece php: simplify version definitions (#493765) 2026-02-28 14:21:09 +00:00
Michael Daniels
4b7d598de4 Reapply "Merge branch 'staging-next' into staging"
This reverts commit 4982f4c206.

The eval failure was not introduced by my merge!
2026-02-27 19:47:50 -05:00
Michael Daniels
4982f4c206 Revert "Merge branch 'staging-next' into staging"
This reverts commit c00451dc71, reversing
changes made to 71467300b6.
2026-02-27 19:35:48 -05:00
Michael Daniels
c00451dc71 Merge branch 'staging-next' into staging 2026-02-27 19:32:01 -05:00
Yt
1b73d1cde3 erlang_28: 28.3.2 -> 28.3.3 (#494865) 2026-02-27 20:05:18 +00:00
Adam C. Stephens
12e0491dd6 erlang_28: 28.3.2 -> 28.3.3
Changelog: https://github.com/erlang/otp/releases/tag/OTP-28.3.3
2026-02-27 11:23:47 -05:00
Austin Horstman
6a76136306 build-luarocks-package: include nativeBuildInputs
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-02-27 09:49:14 -06:00
quantenzitrone
62efab0dad wxwidgets_3_{1,2}: rename from wxGTK3{1,2}
fit attrname to pname
2026-02-27 10:56:33 +01:00
quantenzitrone
2226596501 unixodbc: refactor and rename from unixODBC
rename to lowercase to fit package naming conventions
2026-02-27 10:52:14 +01:00
Piotr Kwiecinski
303884b3cb php: fix updateScript failure due to incorrect release url 2026-02-25 11:29:40 +01:00
Piotr Kwiecinski
eac682cd51 php: simplify version definitions 2026-02-24 20:56:33 +01:00
nixpkgs-ci[bot]
381c7f4b77 Merge staging-next into staging 2026-02-23 18:22:42 +00:00
Nick Cao
acb47d335d janet: 1.40.1 -> 1.41.2 (#492068) 2026-02-23 13:41:14 +00:00
Sandro
5b90dbcbe6 stestrCheckHook: init (#489221) 2026-02-23 13:28:12 +00:00
nixpkgs-ci[bot]
ae70bda6af Merge staging-next into staging 2026-02-22 06:17:05 +00:00
nixpkgs-ci[bot]
ba94491a95 Merge master into staging-next 2026-02-22 06:16:27 +00:00
Adam C. Stephens
055f73407c beamPackages.buildHex: remove
This is a basic wrapper that has not gotten much use. It is just a
wrapper around other builders for setting src. Given the limited number
of uses I'm going to remove it completely.

Verified unused in mix2nix, deps_nix, and rebar3_nix. (Some of these
would be obvious in tree).
2026-02-21 20:58:54 -05:00
Vinetos
38af642d2f stestrCheckHook: init
This adds a useful hook to be used for projects that use stestr,
it is primiative at the moment but covers most scenarios for using
it.

This PR also changes a Python module to start using it, once it
lands, follow up PRs can update all of them to use it tree-wide.

Signed-off-by: Vinetos <contact+git@vinetos.fr>
2026-02-21 22:20:21 +01:00
nixpkgs-ci[bot]
ae7dc2807e Merge staging-next into staging 2026-02-21 00:23:34 +00:00
nixpkgs-ci[bot]
53793439fd Merge master into staging-next 2026-02-21 00:22:53 +00:00
Adam C. Stephens
ec04ac4165 erlang_28: 28.3.1 -> 28.3.2
Changelog: https://github.com/erlang/otp/releases/tag/OTP-28.3.2
2026-02-20 09:31:17 -05:00
Adam C. Stephens
4ae8a5baf7 erlang_27: 27.3.4.7 -> 27.3.4.8
Changelog: https://github.com/erlang/otp/releases/tag/OTP-27.3.4.8
2026-02-20 09:27:03 -05:00
Adam C. Stephens
51e3edd9e7 erlang_26: 26.2.5.16 -> 26.2.5.17
Changelog: https://github.com/erlang/otp/releases/tag/OTP-26.2.5.17
2026-02-20 09:24:52 -05:00
Jo
ce26550a64 tclPackages.mkTclDerivation: fix clobbering of env (#491904) 2026-02-20 10:41:49 +00:00
Martin Weinelt
d0d8ceafa7 Merge remote-tracking branch 'origin/staging-next' into staging 2026-02-20 11:28:55 +01:00
K900
684936391d Merge remote-tracking branch 'origin/master' into staging-next 2026-02-20 11:36:34 +03:00