Vladimír Čunát
db44839192
ruby: relax an installCheckPhase check on darwin
...
I don't really know what the check is for, and I've seen
no interest in looking into this for a week.
Let's unblock the ~10k jobs waiting on this failure.
Nit: I would've liked to format this piece of code
to better read for humans, but nixfmt won't let me :-(
I was also careful to avoid rebuilds on *-linux.
2026-04-16 11:31:11 +02:00
Adam C. Stephens
ed9a932b9b
erlang_29: 29.0-rc2 -> 29.0-rc3
...
Changelog: https://github.com/erlang/otp/releases/tag/OTP-29.0-rc3
Announcement: https://www.erlang.org/news/186
2026-04-15 23:35:55 -04:00
Doron Behar
96e0d84b53
hdf5: enable szip with libaec
...
szip is unfree, that's why using it was disabled by default. Also, if
cmake was called with `-DHDF5_ENABLE_SZIP_SUPPORT=ON`, we got the
messages:
-- Could NOT find libaec (missing: libaec_DIR)
CMake Warning at CMakeFilters.cmake:221 (message):
SZIP support in HDF5 was enabled but not found
Meaning the library szip was no longer in use by this library since an
earlier release.
2026-04-16 00:33:40 +03:00
nixpkgs-ci[bot]
3a1d2a0b86
Merge staging-next into staging
2026-04-15 18:26:42 +00:00
nixpkgs-ci[bot]
e63b66e482
Merge master into staging-next
2026-04-15 18:26:12 +00:00
Maximilian Bosch
f6e3982aa9
php85: 8.5.4 -> 8.5.5 ( #510283 )
2026-04-15 15:39:49 +00:00
Maximilian Bosch
de70fcaba2
php85: 8.5.4 -> 8.5.5
...
ChangeLog: https://www.php.net/ChangeLog-8.php#8.5.5
2026-04-15 13:19:24 +01:00
K900
93a0af81c8
Merge remote-tracking branch 'origin/staging-next' into staging
2026-04-15 00:33:28 +03:00
K900
48a8193e0b
Merge remote-tracking branch 'origin/master' into staging-next
2026-04-14 23:11:24 +03:00
Maximilian Bosch
e69c67bf09
apacheHttpdPackages.php: 8.4.19 -> 8.4.20 ( #508857 )
2026-04-14 17:55:23 +00:00
Doron Behar
be49150ba8
hdf5: use a general name for api version expression argument
2026-04-14 17:47:41 +03:00
nixpkgs-ci[bot]
af002ce279
Merge staging-next into staging
2026-04-14 00:33:12 +00:00
nixpkgs-ci[bot]
a72eb26222
Merge master into staging-next
2026-04-14 00:32:41 +00:00
Weijia Wang
2d5a2a074c
asmrepl: migrate to by-name and fix racc, upgrade ( #464594 )
2026-04-13 21:38:16 +00:00
nixpkgs-ci[bot]
de1ff3af9c
Merge staging-next into staging
2026-04-13 12:24:58 +00:00
nixpkgs-ci[bot]
f4569cec2d
Merge master into staging-next
2026-04-13 12:24:26 +00:00
Marcos Benevides
cbe0413f0c
lfe: fix install phase, make sure we get the binaries in the right place
2026-04-12 20:28:14 -04:00
Martin Weinelt
f67c0fd8dc
cpython: 3.13.12 -> 3.13.13; 3.14.3 -> 3.14.4; 3.15.0a7 -> 3.15.0a8 ( #508075 )
2026-04-12 15:00:00 +00:00
R. Ryantm
f2f0f32821
apacheHttpdPackages.php: 8.4.19 -> 8.4.20
2026-04-11 05:54:26 +00:00
Stefan Frijters
fe8fcfd271
tcl.tclRequiresCheckHook: make compatible with structuredAttrs
...
With __structuredAttrs enabled, arguments to mkDerivation are not exported as
environment variables inside the bash builder by default, so in this case
tclRequiresCheck doesn't exist when the tcl oneliner tries to read it.
tclRequiresCheck is also an array in this case.
So, expand the array and set the environment variable explicitly for the tcl
call only.
2026-04-09 12:51:44 +02:00
Martin Weinelt
634df81a6b
python313: 3.13.12 -> 3.13.13
...
https://docs.python.org/release/3.13.13/whatsnew/changelog.html
Fixes: CVE-2026-4224, CVE-2026-3644, CVE-2026-2297
2026-04-08 23:32:08 +02:00
nixpkgs-ci[bot]
04654727fc
Merge master into staging-next
2026-04-08 12:20:17 +00:00
Gergő Gutyina
f23b37e079
emilua: 0.11.7 -> 0.12.1 ( #500410 )
2026-04-08 07:58:40 +00:00
Randy Eckenrode
2a071a0471
Merge branch 'master' into staging-next
2026-04-07 21:13:06 -04:00
Martin Weinelt
e5a825f3cb
python314: 3.14.3 -> 3.14.4
...
https://docs.python.org/release/3.14.4/whatsnew/changelog.html
Fixes: CVE-2026-4224, CVE-2026-3644, CVE-2026-2297
2026-04-08 02:51:10 +02:00
Martin Weinelt
51c6e5d2b4
python315: 3.15.0a7 -> 3.15.0a8
...
https://docs.python.org/3.15/whatsnew/changelog.html#python-3-15-0-alpha-8
Fixes: CVE-2026-4224, CVE-2026-3644
2026-04-08 02:49:46 +02:00
Adam C. Stephens
7dfd1fc38c
erlang_26, elixir_1_15, elixir_1_16: remove as EOL ( #505827 )
2026-04-07 23:26:57 +00:00
nixpkgs-ci[bot]
43334c384f
Merge master into staging-next
2026-04-07 17:28:11 +00:00
Adam C. Stephens
7954f69fd0
erlang_28: 28.4.1 -> 28.4.2
...
Changelog: https://github.com/erlang/otp/releases/tag/OTP-28.4.2
2026-04-07 12:33:52 -04:00
Adam C. Stephens
74fdecfbe4
erlang_27: 27.3.4.9 -> 27.3.4.10
...
Changelog: https://github.com/erlang/otp/releases/tag/OTP-27.3.4.10
2026-04-07 12:32:45 -04:00
Adam C. Stephens
00b34cfd15
elixir_1_15, elixir_1_16: remove
...
These are only supported on OTP 26, which has been removed
2026-04-07 09:41:33 -04:00
Adam C. Stephens
5d13fc9981
erlang_26: remove
...
Will go EOL during 26.05, so removing now.
2026-04-07 09:41:32 -04:00
Francesco Gazzetta
7bf334b4c4
tcl-9_0: 9.0.1 -> 9.0.3 ( #504365 )
2026-04-07 12:33:36 +00:00
Henner Zeller
fbf93c36fe
tcl-9_0: 9.0.1 -> 9.0.3
...
Also the tk that goes alongside.
2026-04-07 14:18:19 +02:00
Vladimír Čunát
554d5142b7
ruby_3_4: 3.4.8 -> 3.4.9 ( #499156 )
2026-04-05 19:45:25 +00:00
Marc Jakobi
385a6721be
buildLuarocksPackage: fix wrapping lua package binaries
2026-04-03 19:10:13 +02:00
nixpkgs-ci[bot]
91a2bcd0df
Merge staging-next into staging
2026-04-02 00:25:54 +00:00
Adam C. Stephens
5ef2f74e55
beamPackages.elixir_1_20: 1.20.0-rc.3 -> 1.20.0-rc.4
...
Changelog: https://github.com/elixir-lang/elixir/releases/tag/v1.20.0-rc.4
2026-04-01 17:20:45 -04:00
nixpkgs-ci[bot]
7e816ac3cf
Merge staging-next into staging
2026-04-01 12:20:47 +00:00
Vladimír Čunát
9c45cb79ec
luajit*: Fix badPlatforms declarations for 64-bit POWER ( #502746 )
2026-04-01 07:58:25 +00:00
Bobby Rong
96720dc0ea
spidermonkey_140: 140.7.1 -> 140.9.0 ( #504709 )
2026-03-29 16:08:05 +00:00
whispers
34562875e7
spidermonkey_140: 140.7.1 -> 140.9.0
...
https://github.com/mozilla-firefox/firefox/commits/FIREFOX_140_9_0esr_RELEASE/js/src/build
https://github.com/mozilla-firefox/firefox/commits/FIREFOX_140_9_0esr_RELEASE/build
2026-03-29 23:54:28 +08:00
nixpkgs-ci[bot]
ce6963f703
Merge staging-next into staging
2026-03-28 18:09:44 +00:00
Michael Daniels
4fa4b98df1
jpm: 1.1.0 -> 1.2.0 ( #500041 )
2026-03-28 17:11:59 +00:00
nixpkgs-ci[bot]
0b2d5b3b2f
Merge staging-next into staging
2026-03-27 00:27:00 +00:00
Michael Daniels
5548bca368
octavePackages.buildOctavePackage: move OCTAVE_HISTFILE into env ( #502541 )
2026-03-26 22:25:23 +00:00
nixpkgs-ci[bot]
31729cfb3d
Merge staging-next into staging
2026-03-26 00:27:22 +00:00
Sandro
8d7fdd9223
babashka-unwrapped: 1.12.214 -> 1.12.217 ( #501684 )
2026-03-25 21:13:33 +00:00
OPNA2608
f15c217e4a
luajit_openresty: Remove powerpc64le-linux from badPlatforms
...
powerpc64 and powerpc64le are supported since at least 2.1-20201001.
powerpc64 ELFv1 (our default ABI target) builds, but suffers from an issue with memory allocations.
2026-03-23 18:33:00 +01:00
OPNA2608
ca9f272bf9
{luajit,luajit_2_0,luajit_openresty}: Add powerpc64-linux to unsupported platforms
...
Official LuaJIT throws same error on powerpc64 as it does on powerpc64le.
2026-03-23 17:58:24 +01:00