Gliczy
dfd5b26b41
scx.rustscheds: 1.1.1 -> 1.1.2
2026-07-04 12:33:05 +02:00
Gergő Gutyina and GitHub
64a3b04124
yle-dl: 20250730 -> 20260624 ( #523820 )
2026-07-04 10:32:27 +00:00
Maximilian Bosch and GitHub
2c09e754df
nixos/matrix-authentication-service: fix extra config file loading ( #537261 )
2026-07-04 10:30:57 +00:00
azahi and GitHub
b99c5f3891
librewolf-bin-unwrapped: 152.0.2-1 -> 152.0.4-1 ( #538046 )
2026-07-04 10:26:43 +00:00
Maximilian Bosch and GitHub
309b10bfca
nixos/nginx: Always symlink nginx configuration to /etc/nginx/nginx.conf ( #164100 )
2026-07-04 10:25:07 +00:00
Maximilian Bosch
084023c72a
nixos/matrix-authentication-service: fix formatting of description
...
Be more explicit in the first sentence. And use code-blocks to make sure
the code-example is rendered correctly.
2026-07-04 12:23:03 +02:00
Maximilian Bosch
0d214bd808
nixos/matrix-authentication-service: escape CREDENTIALS_DIRECTORY correctly
...
The `''` is needed to make Nix not interpret it as variable. However, it
would now render in the manual as `${CREDENTIALS_DIRECTORY}`. If
somebody would copy that, he'd get an error because that's a variable
substitution then.
Adding another backslash such that the code rendered in the manual is
correct.
2026-07-04 12:23:03 +02:00
Maximilian Bosch
24f95988be
nixos/matrix-authentication-service: test credentials behavior in VM-test
2026-07-04 12:23:02 +02:00
eymeric and Maximilian Bosch
0ab75569e6
nixos/matrix-authentication-service: add option credentials
2026-07-04 12:23:02 +02:00
Sandro and GitHub
b626dd994a
rvgl-launcher: init at 0.1.23.1030a4-rev1 ( #501666 )
2026-07-04 10:01:32 +00:00
Sandro and GitHub
22f98ea3f6
cockpit-zfs: fix build by pinning nodejs to 22 ( #530771 )
2026-07-04 10:00:02 +00:00
Arne Keller and GitHub
34e05bf68e
sshamble: init at 0.3.9 ( #386304 )
2026-07-04 09:16:35 +00:00
Arne Keller and GitHub
ba856b4e92
iredis: 1.15.2 -> 1.16.1 ( #537349 )
2026-07-04 09:14:26 +00:00
Gaétan Lepage and GitHub
241d0b3b4e
opensplat: cleanup, fix rocm build ( #538248 )
2026-07-04 09:11:47 +00:00
FliegendeWurst
a21fe82553
nixpkgs-openjdk-updater: ignore new lint failure
2026-07-04 11:02:32 +02:00
faukah
7a4c51d7be
nh-unwrapped: 4.3.2 -> 4.4.0
2026-07-04 11:02:06 +02:00
Fabian Affolter
3d4512e239
hacksguard: adjust license
2026-07-04 10:58:13 +02:00
Fabian Affolter
7399f6b846
python3Packages.aliyun-python-sdk: add update script
2026-07-04 10:54:47 +02:00
YoshiRulz
e5bb833e0e
sshamble: init at 0.3.9
2026-07-04 18:50:55 +10:00
Fabian Affolter and GitHub
c46dc20afa
python3Packages.mypy-boto3-*: updates ( #538231 )
2026-07-04 08:47:55 +00:00
Fabian Affolter and GitHub
ff98764e90
python3Packages.stix2: 3.0.1 -> 3.0.2, python3Packages.stix2-validator: 3.2.0 -> 3.3.1, python3Packages.stix2-patterns: 2.0.0 -> 2.1.2 ( #538228 )
2026-07-04 08:47:43 +00:00
Fabian Affolter and GitHub
b94a3406fb
credspy: init at 1.0.0-unstable-2026-06-22 ( #538176 )
2026-07-04 08:47:31 +00:00
Fabian Affolter and GitHub
b7bc837f69
python3Packages.crawl4ai: init at 0.9.0 ( #538059 )
2026-07-04 08:47:25 +00:00
Fabian Affolter and GitHub
81f67be25a
hacksguard: init at 0.1 ( #538150 )
2026-07-04 08:47:14 +00:00
nixpkgs-ci[bot] and GitHub
36e9f0c8c7
clickhouse-lts: 26.3.15.4-lts -> 26.3.17.4-lts ( #538142 )
2026-07-04 08:44:37 +00:00
Hythera
6cc3d60de2
iredis: modernize
2026-07-04 10:34:53 +02:00
Hythera
22b0bb0326
iredis: 1.15.2 -> 1.16.1
...
changelog: https://github.com/laixintao/iredis/blob/v1.16.1/CHANGELOG.md
diff: https://github.com/laixintao/iredis/compare/v1.15.2...v1.16.1
2026-07-04 10:34:45 +02:00
Fabian Affolter and GitHub
17e2b3c46f
python3Packages.pymisp: init at 2.5.34.1 ( #538227 )
2026-07-04 08:34:20 +00:00
Fabian Affolter and GitHub
4b246b7d94
pretender: 1.3.2 -> 1.4.1 ( #538124 )
2026-07-04 08:33:44 +00:00
K900
5027ff7314
orca-slicer: build with clang
2026-07-04 11:24:19 +03:00
Gergő Gutyina and GitHub
8049018833
vue-language-server: 3.2.9 -> 3.3.6 ( #537169 )
2026-07-04 07:52:37 +00:00
pinpox
fa01843a3b
nixos/yggdrasil: read private key from credentials dir
...
The module bind-mounted the LoadCredential-provided key onto a
/private-key target at the filesystem. systemd must create that target
inode before overlaying the credential; the mount lives in the unit's
namespace but the inode write hits the host filesystem, so a 0-byte
/private-key file leaks onto the host and persists after the unit stops.
Point PrivateKeyPath directly at the credential
(/run/credentials/yggdrasil.service/private-key) and drop
BindReadOnlyPaths. The DynamicUser can read the credentials dir, so the
bind was never needed.
Resolves #531972
Assisted-by: Oh My Pi (claude-opus-4-8)
2026-07-04 09:48:38 +02:00
nixpkgs-ci[bot] and GitHub
b5beee7cf2
rusthound-ce: 2.4.9 -> 2.4.91 ( #538230 )
2026-07-04 07:43:33 +00:00
nixpkgs-ci[bot] and GitHub
f7e1b405fb
autopush-rs: 1.81.3 -> 1.82.1 ( #536520 )
2026-07-04 07:43:11 +00:00
Robin Gloster and GitHub
caf2850abf
prometheus-alertmanager: 0.31.1 -> 0.33.0 ( #537588 )
2026-07-04 07:14:13 +00:00
nixpkgs-ci[bot] and GitHub
7668d1321c
Merge master into staging-nixos
2026-07-04 07:03:05 +00:00
nixpkgs-ci[bot] and GitHub
7c5d75e594
podman-desktop: 1.27.2 -> 1.28.2 ( #531805 )
2026-07-04 06:37:01 +00:00
Maximilian Bosch and GitHub
0be9f9b2fa
captive-browser: 0-unstable-2021-08-01 -> 0-unstable-2025-11-05 ( #538118 )
2026-07-04 06:32:09 +00:00
Moraxyc
e271a844f6
nezha: 2.2.6 -> 2.2.8
2026-07-04 13:39:15 +08:00
Ihar Hrachyshka
186834db39
xclock: add booxter as maintainer
2026-07-04 01:17:52 -04:00
Ihar Hrachyshka
5b1f2ce84a
xclock: add version check
2026-07-04 01:17:22 -04:00
Moraxyc
c557fc6b9f
rime-ice: 2026.06.03 -> 2026.06.30
2026-07-04 13:09:58 +08:00
Moraxyc
ed374affd1
nixosTests.unbound: support doq
2026-07-04 13:03:08 +08:00
Ihar Hrachyshka
47584421cd
xclock: 1.1.1 -> 1.2.0
...
Diff: https://gitlab.freedesktop.org/xorg/app/xclock/-/compare/xclock-1.1.1...xclock-1.2.0
Among other changes, it fixes darwin with this patch:
https://gitlab.freedesktop.org/xorg/app/xclock/-/commit/fd4b44ea3b122cb15181242c4aa9ffc6b2674ca7
2026-07-04 01:00:37 -04:00
Moraxyc
e967abd42f
unbound: add DNS-over-QUIC support
2026-07-04 12:58:38 +08:00
Donovan Glover and GitHub
d194c57994
noto-fonts: 2026.06.01 -> 2026.07.01 ( #537485 )
2026-07-04 04:13:32 +00:00
nixpkgs-ci[bot] and GitHub
e6bfe3f9d8
jdt-language-server: 1.58.0 -> 1.60.0 ( #537222 )
2026-07-04 04:12:17 +00:00
rewine and GitHub
910e46331a
pineapple-pictures: 1.4.1 -> 1.5.0 ( #538193 )
2026-07-04 04:09:18 +00:00
Donovan Glover and GitHub
6aefa576ad
fcitx5-sitelen-pona: 1.1.0 -> 1.2.0 ( #537522 )
2026-07-04 03:56:39 +00:00
@mjones and GitHub
17abb5854f
grok-build: init @ 0.2.82 ( #538004 )
2026-07-04 01:33:03 +00:00