Nick Cao and GitHub
a446d0a07d
python3Packages.django-debug-toolbar: 6.3.0 -> 7.0.0 ( #535627 )
2026-06-29 19:42:40 +00:00
Nick Cao and GitHub
9f62d111f1
vscode-extensions.ms-windows-ai-studio.windows-ai-studio: 1.4.3 -> 1.6.1 ( #535557 )
2026-06-29 19:41:10 +00:00
Philip Taron and GitHub
6f7e3af8cf
pkgit: init at 0.0.11 ( #518355 )
2026-06-29 19:38:53 +00:00
Darren Rambaud
ad509ed535
stalwart_0_16: 0.16.10 -> 0.16.11
...
* diff: https://github.com/stalwartlabs/stalwart/compare/v0.16.10...v0.16.11
* changelog: https://github.com/stalwartlabs/stalwart/releases/tag/v0.16.11
2026-06-29 14:38:24 -05:00
Martin Weinelt
0c3e4ce52c
vikunja: unpin vulnerable pnpm 10.29.2
2026-06-29 21:37:04 +02:00
R. Ryantm
6bd3238e25
oui: 2.0.6 -> 2.0.7
2026-06-29 19:34:41 +00:00
Sandro Jäckel
21434813ad
ktailctl: 0.22.0 -> 0.22.1
...
Changelog: https://github.com/f-koehler/KTailctl/releases/tag/v0.22.1
Diff: https://github.com/f-koehler/KTailctl/compare/v0.22.0...v0.22.1
2026-06-29 21:31:19 +02:00
R. Ryantm
4eeb6d4bc3
openfga: 1.18.0 -> 1.18.1
2026-06-29 19:23:06 +00:00
Rémi NICOLE and GitHub
7a1a64774a
gelly: 1.6.2 -> 1.7.0 ( #535414 )
2026-06-29 19:19:24 +00:00
nixpkgs-ci[bot] and GitHub
df77adc7dd
buildbox: 1.4.10 -> 1.4.11 ( #536756 )
2026-06-29 19:11:10 +00:00
nixpkgs-ci[bot] and GitHub
d7cc2a13ab
shader-slang: 2026.11 -> 2026.12 ( #536725 )
2026-06-29 19:11:06 +00:00
nixpkgs-ci[bot] and GitHub
bc5debabe3
lubelogger: 1.6.7 -> 1.6.8 ( #536621 )
2026-06-29 19:10:53 +00:00
nixpkgs-ci[bot] and GitHub
3a75bb0b79
tuxbox: 3.1.4 -> 3.1.5 ( #536437 )
2026-06-29 19:10:43 +00:00
Rémi NICOLE and GitHub
e42117cc73
fa_1: use installFonts ( #534395 )
2026-06-29 19:09:01 +00:00
Guillaume Girol and GitHub
6e8db80bfd
libmodsecurity: migrate to pcre2 ( #533064 )
2026-06-29 19:08:53 +00:00
Robin Gloster and GitHub
2141ba969b
prometheus-postgres-exporter: 0.19.1 -> 0.20.0 ( #536735 )
2026-06-29 19:07:35 +00:00
Rémi NICOLE and GitHub
1b9ee7042b
jellyfin: fix reproducibility of build timestamp leaking into output ( #531151 )
2026-06-29 19:05:54 +00:00
R. Ryantm
984c0a1d51
melos: 7.8.2 -> 8.0.0
2026-06-29 19:03:31 +00:00
R. Ryantm
287a33e6a7
daktari: 0.0.335 -> 0.0.340
2026-06-29 19:03:11 +00:00
Romain Delhommais
b6ecd37575
wealthfolio-server: 3.5.2 -> 3.5.3
...
https://github.com/wealthfolio/wealthfolio/releases/tag/v3.5.3
2026-06-29 20:59:55 +02:00
R. Ryantm
9e2ded45a2
telegraf: 1.39.0 -> 1.39.1
2026-06-29 18:54:13 +00:00
Christian Kögler and GitHub
1c373a0a74
blink1-tool: support darwin ( #530303 )
2026-06-29 18:53:08 +00:00
Colin and GitHub
c139b96a3e
darktable: 5.4.1 -> 5.6.0 ( #534312 )
2026-06-29 18:50:47 +00:00
Robert Schütz
e288608304
podman: enable on all Unix platforms
...
According to https://podman.io/docs/installation it works at least on
FreeBSD, Linux, and macOS.
2026-06-29 11:46:26 -07:00
Guillaume Girol and GitHub
efbf8ad091
fetchFromSourcehut: expose tag in derivation attrs ( #532537 )
2026-06-29 18:44:06 +00:00
Christian Kögler and GitHub
556bd36e36
blink1-tool: 2.4.0 -> 2.5.0 ( #518132 )
2026-06-29 18:43:40 +00:00
nixpkgs-ci[bot] and GitHub
5c93921c7d
Merge master into staging-nixos
2026-06-29 18:43:18 +00:00
7c6f434c and GitHub
7e27e950af
gajim: add changelog, haansn08 to maintainers ( #536512 )
2026-06-29 18:40:38 +00:00
Guillaume Girol and GitHub
2e86d7838a
dae: 1.0.0 -> 1.1.0 ( #531955 )
2026-06-29 18:36:47 +00:00
Wolfgang Walther
6fcd01ff0e
Reapply "postgresql: fix overrides being forgotten on withPackages"
...
This reverts commit 6681cb540e .
2026-06-29 20:31:23 +02:00
Wolfgang Walther
5cf857ed82
postgresql: return wrapper from withoutJIT passthru
...
Before this change, we would return:
- The postgresql derivation itself from `postgresql.withoutJIT`,
- A wrapper without any extensions at all, from
`postgresql_jit.withoutJIT`.
This changes makes it that every call to `.withJIT` and `.withoutJIT`
returns a wrapper and never the base derivation. More consistent and
easier to reason about.
2026-06-29 20:30:39 +02:00
Wolfgang Walther
a0b09dd7a1
postgresql: refactor attributes
...
There is no need to call the `withoutJIT` passthru explicitly here - the
default is without JIT anyway. This allows us to change the passthru to
work differently *without* affecting every `postgresql_xx` top-level
package.
2026-06-29 20:27:31 +02:00
nixpkgs-ci[bot] and GitHub
4bcc1bead3
nats-server: 2.14.2 -> 2.14.3 ( #536740 )
2026-06-29 18:23:58 +00:00
R. Ryantm
f2324b92d5
buildbox: 1.4.10 -> 1.4.11
2026-06-29 18:17:46 +00:00
dotlambda and GitHub
04cdd1bf19
libnfs: 5.0.3 -> 6.0.2 ( #536192 )
2026-06-29 18:12:24 +00:00
dotlambda and GitHub
4c58f7beeb
lyx: 2.4.4 -> 2.5.1 ( #533384 )
2026-06-29 18:11:47 +00:00
Vollate
2379bcf5b4
gui-for-singbox: 1.23.2 -> 1.25.4
2026-06-30 02:10:53 +08:00
R. Ryantm
adc783fe3a
libretro.beetle-saturn: 0-unstable-2026-05-28 -> 0-unstable-2026-06-29
2026-06-29 18:06:53 +00:00
Wolfgang Walther
e50159e0ff
postgresqlPackages.pg_safeupdate: 1.6 -> 1.6-unstable-2026-06-29
...
Fixes build with PG19.
2026-06-29 20:02:13 +02:00
Martin Weinelt and winston
389603ab8a
python3Packages.ai-edge-litert: fix build
...
With the normalized install paths for openvino the autopatchElfHook can
now find libopenvino.so.2620 from the lib output by itself.
2026-06-29 20:00:50 +02:00
winston
34b22c7d81
onnxruntime: always enable RTTI with OpenVINO
...
needed for `{ openvinoSupport = true; pythonSupport = false; }`
2026-06-29 20:00:49 +02:00
winston
fe0ea8e9c2
immich-machine-learning: patch tests for OpenVINO EP
2026-06-29 20:00:49 +02:00
winston
a175b672b6
python3Packages.onnxruntime: add openvino support
2026-06-29 20:00:49 +02:00
winston and Simonas Kazlauskas
2ae8618b98
python3Packages.openvino: use packaging dep, fix installPhase
...
Co-authored-by: Simonas Kazlauskas <git@kazlauskas.me >
2026-06-29 20:00:48 +02:00
winston and Martin Weinelt
15b29960b8
onnxruntime: add openvino support
...
Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de >
2026-06-29 20:00:48 +02:00
winston
dbba578f22
openvino: fix order for autoPatchelfHook/addDriverRunpath
2026-06-29 20:00:47 +02:00
winston and Martin Weinelt
cea3bc2bff
openvino: split off lib and dev into dedicated outputs
...
Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de >
2026-06-29 20:00:47 +02:00
ReStranger
c0c76b4a48
pi-coding-agent: Skip version check and telemetry
...
Signed-off-by: ReStranger <restranger@disroot.org >
2026-06-29 20:56:25 +03:00
R. Ryantm
9df9f71123
halo: 2.24.2 -> 2.25.4
2026-06-29 17:49:39 +00:00
R. Ryantm
73a91d0aec
wpprobe: 0.12.1 -> 0.12.3
2026-06-29 17:36:50 +00:00