Martin Weinelt and GitHub
ad06465147
home-assistant: backport pyjwt 2.13.0 support ( #534995 )
2026-06-24 17:30:01 +00:00
Sandro and GitHub
b95123f8c2
mo-viewer: init at 1.6.1 ( #528423 )
2026-06-24 17:20:42 +00:00
Raito Bezarius
72177a1900
ci/OWNERS: drop code ownership of various things
...
I'm not active anymore in:
- emscripten
- make-disk-image
- NGINX
Change-Id: Ibcc76bbd9504cea63bf4cda8c6395c3db74854c3
Signed-off-by: Raito Bezarius <masterancpp@gmail.com >
2026-06-24 19:16:07 +02:00
MithicSpirit
68b91ba417
protonplus: 0.5.20 -> 0.5.21
2026-06-24 13:14:25 -04:00
R. Ryantm
b895788180
python3Packages.knx-frontend: 2026.6.1.213802 -> 2026.6.23.203726
2026-06-24 17:08:30 +00:00
Sandro and GitHub
95f37b4531
hyphen: Add more languages and variants ( #526661 )
2026-06-24 17:06:56 +00:00
Marc Jakobi and GitHub
bfe65ba186
lux-cli: 0.32.0 -> 0.33.3 ( #535002 )
2026-06-24 17:06:45 +00:00
Sandro and GitHub
deecb223f4
python3Packages.sqlparams: init at 6.2.0 ( #532393 )
2026-06-24 17:06:13 +00:00
R. Ryantm
60caeb8325
docker: 29.5.3 -> 29.6.0
2026-06-24 17:00:17 +00:00
Robert Helgesson
81f1595612
sd-switch: 0.6.3 -> 0.6.4
2026-06-24 18:57:59 +02:00
nixpkgs-ci[bot] and GitHub
d147df6853
sftpgo-plugin-auth: 1.0.15 -> 1.0.16 ( #534915 )
2026-06-24 16:55:24 +00:00
Ilan Joselevich and GitHub
bf58ca65b6
nixos/acme: also allow _PATH-suffixed credential files ( #534035 )
2026-06-24 16:55:18 +00:00
nixpkgs-ci[bot] and GitHub
52bb3c7952
tinty: 0.33.0 -> 0.34.1 ( #534736 )
2026-06-24 16:55:17 +00:00
R. Ryantm
c2da0d5f96
numr: 0.5.5 -> 0.6.0
2026-06-24 16:50:30 +00:00
Sarah Clark
41ebb9d8e1
python3Packages.langgraph: disable test w/ a race condition on aarch64-Linux
2026-06-24 09:49:49 -07:00
R. Ryantm
123802e98a
meilisearch: 1.47.0 -> 1.48.2
2026-06-24 16:49:12 +00:00
Leona Maroni
a8313436f8
gitlab: 18.11.5 -> 18.11.6
...
https://docs.gitlab.com/releases/patches/patch-release-gitlab-19-1-1-released/?nav=18.11.6
2026-06-24 18:43:03 +02:00
Sandro and GitHub
1fb5e96c3b
bobby: init at 50.0.2 ( #530420 )
2026-06-24 16:42:23 +00:00
Sandro and GitHub
940c969d68
verifpal: 0.31.2 -> 0.52.0 ( #513283 )
2026-06-24 16:40:36 +00:00
Sandro and GitHub
c2b01f3ec6
cargo-auditable: 0.7.2 -> 0.7.5 ( #522350 )
2026-06-24 16:36:30 +00:00
R. Ryantm
87bd1fde3e
redumper: 724 -> 726
2026-06-24 16:35:46 +00:00
Sandro and GitHub
035c289c20
{libtiff, fontconfig}: add missing libraries to propagatedBuildInputs ( #527320 )
2026-06-24 16:34:31 +00:00
R. Ryantm
cb1b4bc0b5
blesh: 0.4.0-devel3-unstable-2026-05-28 -> 0.4.0-devel3-unstable-2026-06-21
2026-06-24 16:26:58 +00:00
Jost Alemann
4ab8515f57
harper: 2.5.0 -> 2.6.0
...
Changelog: https://github.com/Automattic/harper/releases/tag/v2.6.0
Diff: https://github.com/Automattic/harper/compare/v2.5.0...v2.6.0
2026-06-24 18:25:04 +02:00
R. Ryantm
475a5100f3
sandbox-runtime: 0.0.56 -> 0.0.59
2026-06-24 16:23:08 +00:00
Martin Weinelt
adc70fc450
home-assistant: backport pyjwt 2.13.0 support
2026-06-24 18:14:24 +02:00
nixpkgs-ci[bot] and GitHub
dc448fd697
spaceship-prompt: 4.22.3 -> 4.22.4 ( #534944 )
2026-06-24 16:04:50 +00:00
nixpkgs-ci[bot] and GitHub
af8ff82c38
reframe: 1.17.1 -> 1.18.0 ( #534916 )
2026-06-24 16:04:29 +00:00
nixpkgs-ci[bot] and GitHub
1d652cd61f
sentry-native: 0.15.0 -> 0.15.2 ( #534827 )
2026-06-24 16:03:44 +00:00
R. Ryantm
ae7bf7781d
lux-cli: 0.32.0 -> 0.33.3
2026-06-24 16:03:01 +00:00
Diogo Correia
512bb2bdd0
postgresqlPackages.vectorchord: mark as broken on pg19
2026-06-24 17:00:35 +01:00
TANIGUCHI Kohei
4da9ae33da
pinchflat: correct esbuild symlink name on Darwin
...
The tailwind and esbuild libraries expect different Darwin target names
(`macos-*` and `darwin-*`), so each binary has to be symlinked under the name
its own library looks for.
The esbuild binary was instead symlinked under tailwind's `macos-*` name, so
the esbuild library did not find it and fell back to downloading esbuild from
npm at build time; that download fails in sandboxed and offline builds such as
nixpkgs-review (no network or CA bundle).
Assisted-by: Claude Code (Claude Opus 4.8)
2026-06-25 00:59:02 +09:00
Peder Bergebakken Sundt and GitHub
45b09f227e
salmon: 1.11.4 -> 1.12.1 ( #533707 )
2026-06-24 15:57:20 +00:00
Peder Bergebakken Sundt and GitHub
51112299a9
dawarich: 1.7.11 -> 1.9.1 ( #530697 )
2026-06-24 15:56:21 +00:00
Peder Bergebakken Sundt and GitHub
9d57ad8f30
diswall: 0.6.1 -> 0.7.2 ( #531908 )
2026-06-24 15:54:40 +00:00
Diogo Correia
41c021f78b
postgresqlPackages.vectorchord: rename upstream github owner
...
The repository has been moved from tensorchord/VectorChord to
supervc-stack/VectorChord.
2026-06-24 16:53:58 +01:00
Sandro and GitHub
ef5c02336f
mastodon: 4.6.0 -> 4.6.1 ( #534973 )
2026-06-24 15:51:28 +00:00
R. Ryantm
5a0b9ad690
aks-mcp-server: 0.0.18 -> 0.0.19
2026-06-24 15:51:06 +00:00
Peder Bergebakken Sundt and GitHub
b02f5075c0
sprite: 0.0.1-rc43 -> 0.0.1-rc44 ( #532217 )
2026-06-24 15:48:57 +00:00
David Mkhitaryan
3fb3bd45d9
flameshot: 13.3.0 -> 14.0.0
2026-06-24 19:48:30 +04:00
Peder Bergebakken Sundt and GitHub
bf8ac47075
wasm-tools: add shell completions, drop outdated workaround ( #532022 )
2026-06-24 15:47:24 +00:00
David McFarland and GitHub
ac3e035726
godot_4_7: init at 4.7-stable ( #533148 )
2026-06-24 15:42:31 +00:00
Matthieu Coudron and GitHub
80c28cd075
ark: init at 0.1.252 ( #534888 )
2026-06-24 15:40:46 +00:00
FliegendeWurst
05716045a2
pkl-lsp: update gradle deps
2026-06-24 17:33:47 +02:00
Acid Bong
6dff14e979
redo: clarify licenses
...
The author accepts either BSD-2-Clause, MIT, or ISC
2026-06-24 18:32:24 +03:00
Acid Bong
ce4754c1e3
redo: keep phases adjustable with hooks
2026-06-24 18:28:23 +03:00
Acid Bong
f627991320
redo: 1.4 -> 1.5
2026-06-24 18:28:23 +03:00
provokateurin
3f6b9fde5e
nextcloudPackages: update
2026-06-24 17:23:00 +02:00
r-vdp
d69bec62c0
fish: fix fishConfig test for embedded web_config
...
share/fish/tools/ is no longer installed, so extract the embedded
web_config files via `status get-file`.
2026-06-24 17:20:00 +02:00
r-vdp
1260b0727b
nixos/fish: extract completion generator from the fish binary
...
fish no longer installs share/fish/tools/ and instead embeds the
script in the binary. Extract it via `status get-file` and replace
the patch that stripped the autogenerated header with an inline sed
plus a test that fails the build if the upstream header format
changes.
2026-06-24 17:20:00 +02:00