whispers
fc00bcd2f5
apache-orc: fix build with protobuf 34
...
Protobuf 34 adds `[[nodiscard]]` to several serialization functions. In
order to avoid these warnings causing build failures, we add handling
for this failure case
2026-03-13 11:42:31 -04:00
whispers
180b262407
apache-orc: fix linking against abseil libraries
...
Orc's CMake declarations do not correctly attempt to link in abseil, so
we add the relevant library they need. Without these, we get errors
like:
```
<store path>/bin/ld: <store path>/lib/libabsl_raw_hash-set.so.2601.0.0:
error adding symbols: DSO missing from command line
```
2026-03-13 11:42:30 -04:00
whispers
ed0f318325
apache-orc: 2.2.1 -> 2.3.0
...
Changelog: https://github.com/apache/orc/releases/tag/v2.3.0
2026-03-13 11:42:15 -04:00
nixpkgs-ci[bot] and GitHub
4f5e38d737
Merge master into staging-next
2026-03-13 00:23:18 +00:00
Gergő Gutyina and GitHub
00f6d5456c
python3Packages.textual: 8.0.2 -> 8.1.1 ( #499400 )
2026-03-13 00:16:39 +00:00
Gaétan Lepage and GitHub
5522495885
librelane: 3.0.0rc0 -> 3.0.0rc1 ( #499384 )
2026-03-12 23:57:58 +00:00
Gaétan Lepage and GitHub
79effe5f73
mujoco: 3.5.0 -> 3.6.0 ( #499034 )
2026-03-12 23:53:27 +00:00
Gaétan Lepage and GitHub
5d472cefb6
ty: 0.0.21 -> 0.0.22 ( #499347 )
2026-03-12 23:50:22 +00:00
Gaétan Lepage and GitHub
2293e54de8
python3Packages.dulwich: 1.0.0 -> 1.1.0 ( #498973 )
2026-03-12 23:46:09 +00:00
Gaétan Lepage and GitHub
b7ff560e53
prst: init at 13.3 ( #491908 )
2026-03-12 23:45:28 +00:00
Aaron Andersen and GitHub
002a299c32
dinit: 0.20.0 -> 0.21.0 ( #498399 )
2026-03-12 23:35:41 +00:00
Gaétan Lepage and GitHub
b4743e1e1c
vimPlugins.codediff-nvim: 2.41.1 -> 2.43.9 ( #499150 )
2026-03-12 23:35:32 +00:00
Gergő Gutyina and GitHub
c0d3e02406
isd: 0.6.1 -> 0.6.2 ( #499393 )
2026-03-12 23:25:50 +00:00
nixpkgs-ci[bot] and GitHub
98d6950e15
hail: 0.3.0 -> 0.4.0 ( #499377 )
2026-03-12 23:12:35 +00:00
Gaetan Lepage
037721f472
python3Packages.dm-control: 1.0.37 -> 1.0.38
...
Diff: https://github.com/google-deepmind/dm_control/compare/1.0.37...1.0.38
Changelog: https://github.com/google-deepmind/dm_control/releases/tag/1.0.38
2026-03-12 23:02:06 +00:00
Gaetan Lepage
291a2406a6
mujoco: 3.5.0 -> 3.6.0
...
Diff: https://github.com/google-deepmind/mujoco/compare/3.5.0...3.6.0
Changelog: https://mujoco.readthedocs.io/en/3.6.0/changelog.html
2026-03-12 23:02:06 +00:00
Masum Reza and GitHub
f9979a0523
warp-terminal: 0.2026.02.25.08.24.stable_01 -> 0.2026.03.04.08.20.stable_03 ( #499212 )
2026-03-12 23:01:43 +00:00
nixpkgs-ci[bot] and GitHub
1edfb50f5e
bvibratr: 1.0.0 -> 1.2.0 ( #499383 )
2026-03-12 22:55:57 +00:00
nixpkgs-ci[bot] and GitHub
5bafa73453
gokapi: 2.2.3 -> 2.2.4 ( #499390 )
2026-03-12 22:55:56 +00:00
R. Ryantm
d350212ff0
python3Packages.textual: 8.0.2 -> 8.1.1
2026-03-12 22:55:32 +00:00
sternenseemann and GitHub
5448eaf6c2
nixos/foot: add option xdg.serverAutostart, don't hardcode package ( #493708 )
2026-03-12 22:41:59 +00:00
R. Ryantm
1a03f49a22
isd: 0.6.1 -> 0.6.2
2026-03-12 22:39:26 +00:00
Yohann Boniface and GitHub
dac0472c68
maintainers: drop smironov ( #496610 )
2026-03-12 22:37:59 +00:00
Sandro and GitHub
3427cd589c
lirc: split outputs, and patch several FHS issues ( #493000 )
2026-03-12 22:35:41 +00:00
R. Ryantm
68556c51eb
gokapi: 2.2.3 -> 2.2.4
2026-03-12 22:33:52 +00:00
Yohann Boniface and GitHub
24f4544180
jai: 0.2.025 -> 0.2.026 ( #499355 )
2026-03-12 22:11:02 +00:00
Michael Daniels and GitHub
3c8a2add7b
ci/github-script/lint-commits: error when conventional commit format is used ( #495531 )
2026-03-12 22:09:37 +00:00
Andreas Wendleder
a55f57337d
librelane: 3.0.0rc0 -> 3.0.0rc1
2026-03-12 23:05:08 +01:00
Michael Daniels
58f002f950
ci/github-script/lint-commits: error when conventional commit format is used
...
E.g. https://redirect.github.com/NixOS/nixpkgs/pull/495442
2026-03-12 18:04:33 -04:00
Michael Daniels
d03b81d689
ci/github-script: don't use GH API when getting commit info, return only subject
2026-03-12 18:04:32 -04:00
Michael Daniels
743ab29528
ci/github-script: split getting commit details for PR into its own file
2026-03-12 18:04:32 -04:00
zowoq and GitHub
e4041b1ab4
terraform-providers.hashicorp_google: 7.22.0 -> 7.23.0 ( #499379 )
2026-03-12 22:03:15 +00:00
nixpkgs-ci[bot] and GitHub
8928211a7c
korrect: 0.3.6 -> 0.3.7 ( #499121 )
2026-03-12 21:56:35 +00:00
R. Ryantm
f22efaf420
bvibratr: 1.0.0 -> 1.2.0
2026-03-12 21:50:17 +00:00
Luke Granger-Brown and GitHub
63a07c0efe
envoy: 1.36.2 -> 1.36.5 ( #498994 )
2026-03-12 21:45:22 +00:00
nixpkgs-ci[bot] and GitHub
0dd2d23b2c
streamlink: 8.2.0 -> 8.2.1 ( #499113 )
2026-03-12 21:41:03 +00:00
dish and GitHub
185618fb8e
vital: move icon to spec-compliant location ( #499361 )
2026-03-12 21:27:37 +00:00
dish and GitHub
61714c6448
vvvvvv: move icon to spec-compliant location ( #499359 )
2026-03-12 21:27:22 +00:00
dish and GitHub
7ae922864a
marvin: move icon to spec-compliant location ( #499069 )
2026-03-12 21:26:54 +00:00
R. Ryantm
16a7b14ffb
terraform-providers.hashicorp_google: 7.22.0 -> 7.23.0
2026-03-12 21:26:45 +00:00
dish and GitHub
be77d3fc9d
jpsxdec: move icon to spec-compliant location ( #498356 )
2026-03-12 21:26:26 +00:00
Yt and GitHub
704cff972e
beamPackages.elixir_1_20: 1.20.0-rc.2 -> 1.20.0-rc.3 ( #499257 )
2026-03-12 21:25:00 +00:00
Yt and GitHub
30fc4032b6
beamPackages.expert: 0.1.0-rc.5 -> 0.1.0-rc.6 ( #499259 )
2026-03-12 21:24:44 +00:00
Yt and GitHub
c839bb7b93
vector: 0.53.0 -> 0.54.0 ( #499274 )
2026-03-12 21:21:00 +00:00
Nick Cao and GitHub
9c9990d077
python3Packages.colcon-cargo: disable broken tests ( #499366 )
2026-03-12 21:19:02 +00:00
R. Ryantm
b76ae7396f
hail: 0.3.0 -> 0.4.0
2026-03-12 21:11:03 +00:00
Nick Cao and GitHub
a4791c454c
parca-agent: 0.45.1 -> 0.46.0 ( #499340 )
2026-03-12 21:06:56 +00:00
Nick Cao and GitHub
ef43691014
gh-dash: 4.23.0 -> 4.23.2 ( #499334 )
2026-03-12 21:06:06 +00:00
Nick Cao and GitHub
ecc4702f9f
python3Packages.lifelines: 0.30.2 -> 0.30.3 ( #499331 )
2026-03-12 21:05:45 +00:00
Nick Cao and GitHub
77f2dd9ef3
vals: 0.43.6 -> 0.43.7 ( #499314 )
2026-03-12 21:04:32 +00:00