Martin Weinelt and GitHub
ba87dcd68f
python313Packages.django_5: 5.1.6 -> 5.1.7 ( #388169 )
2025-03-08 12:28:23 +01:00
Arne Keller and GitHub
0c3220e151
super-productivity: 11.1.2 -> 11.1.3, build from source ( #334933 )
2025-03-08 12:08:10 +01:00
Pavol Rusnak and GitHub
5b6221d1ac
ollama: 0.5.12 -> 0.5.13 ( #388065 )
2025-03-08 12:02:13 +01:00
Colin and GitHub
19bae8038c
snakefmt: init at 0.10.2 ( #371774 )
2025-03-08 10:57:45 +00:00
Donovan Glover and GitHub
9ac142b30c
feedbackd: 0.4.1 -> 0.7.0 ( #385050 )
2025-03-08 10:57:13 +00:00
Colin and GitHub
bdb539f1ed
benchexec: 3.21 → 3.27 ( #374278 )
2025-03-08 10:49:24 +00:00
Maximilian Bosch and GitHub
6fe52c5dae
Merge: nixos/nextcloud: fix shellcheck after #367433 ( #387913 )
2025-03-08 11:32:05 +01:00
Colin and GitHub
26d938c4c5
prusa-slicer: patch curl version checks ( #374850 )
2025-03-08 10:27:07 +00:00
Martin Weinelt
afdc6ae625
python313Packages.django_5: 5.1.6 -> 5.1.7
...
https://docs.djangoproject.com/en/5.1/releases/5.1.7/
https://www.djangoproject.com/weblog/2025/mar/06/security-releases/
Fixes: CVE-2025-26699
2025-03-08 11:21:41 +01:00
Fabian Affolter and GitHub
2f15c80431
fping: 5.2 -> 5.3 ( #370585 )
2025-03-08 11:18:57 +01:00
Fabian Affolter and GitHub
a355d5fe30
python312Packages.plugwise: 1.7.2 -> 1.7.3 ( #388121 )
2025-03-08 11:16:01 +01:00
Bruno BELANYI and GitHub
961a3f0713
semgrep{,-core}: 1.74.0 -> 1.104.0 ( #355763 )
2025-03-08 10:12:15 +00:00
Maximilian Bosch and GitHub
e91d089d83
Merge: rust-synapse-compress-state: rename from rust-synapse-state-compress ( #387126 )
2025-03-08 11:11:26 +01:00
Thiago Kenji Okada and GitHub
6b7deaae18
osu-lazer{,-bin}: 2025.225.0 -> 2025.306.0 ( #387715 )
2025-03-08 09:59:28 +00:00
f2b63c2c6e
terraform-compliance: 1.3.49 -> 1.3.50 ( #388141 )
...
Co-authored-by: kashw2 <kashw2@users.noreply.github.com >
2025-03-08 09:47:21 +00:00
b78061e2fd
imhex: 1.37.1 -> 1.37.4 ( #388116 )
...
Co-authored-by: kashw2 <kashw2@users.noreply.github.com >
2025-03-08 09:44:31 +00:00
276b10007f
xlights: 2025.03 -> 2025.04 ( #387944 )
...
Co-authored-by: kashw2 <kashw2@users.noreply.github.com >
2025-03-08 09:43:01 +00:00
Florian Klink and GitHub
7e530de84b
jwx: 2.1.3 -> 2.1.4 ( #388076 )
2025-03-08 16:38:48 +07:00
Christian Kögler and GitHub
16fc9ce10b
linux-manual: clean up and improve ( #380978 )
2025-03-08 10:12:10 +01:00
Lin Jian and GitHub
23e610d63f
emacs: support and enable __structuredAttrs in elisp build helpers ( #387193 )
2025-03-08 17:09:46 +08:00
Christian Kögler and GitHub
a3982961cf
nixos/k3s: use dynamic networking in multi node test ( #381122 )
2025-03-08 10:07:11 +01:00
Fabian Affolter and GitHub
2e9285a044
nuclei: 3.3.9 -> 3.3.10 ( #388005 )
2025-03-08 10:06:00 +01:00
n and GitHub
e43340da27
nixos/emacs: improve description of services.emacs.enable ( #387966 )
...
Remove `, whatever its value.` because it makes the sentence confusing.
2025-03-08 17:04:05 +08:00
Aleksana and GitHub
52a1dddc79
xkeysnail: fix build ( #385401 )
2025-03-08 16:57:08 +08:00
Martin Weinelt and GitHub
89cdd8a1bd
home-assistant: 2025.3.0 -> 2025.3.1 ( #388098 )
2025-03-08 09:53:01 +01:00
Aleksana and GitHub
60a57318a5
ppsspp-qt: Fix Qt wrapping ( #386712 )
2025-03-08 16:51:49 +08:00
Colin and GitHub
ea011c1ece
aerc: make notmuch optional ( #386733 )
2025-03-08 08:51:30 +00:00
Aleksana and GitHub
f2ef5d1a9e
tauon: doc fixes ( #387077 )
2025-03-08 16:48:18 +08:00
Aleksana and GitHub
0f4e977201
qsstv: fix source url ( #388001 )
2025-03-08 16:42:52 +08:00
1a4575f9db
nixos/modules: Add security.pki.caBundle option and make all services use it for CA bundles ( #352244 )
...
Previously some modules used `config.environment.etc."ssl/certs/ca-certificates.crt".source`, some used `"/etc/ssl/certs/ca-certificates.crt"`, and some used `"${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"`. These were all bad in one way or another:
- `config.environment.etc."ssl/certs/ca-certificates.crt".source` relies on `source` being set; if `text` is set instead this breaks, introducing a weird undocumented requirement
- `"/etc/ssl/certs/ca-certificates.crt"` is probably okay but very un-nix. It's a magic string, and the path doesn't change when the file changes (and so you can't trigger service reloads, for example, when the contents change in a new system activation)
- `"${pkgs.cacert}/etc/ssl/certs/ca-bundle.crt"` silently doesn't include the options from `security.pki`
Co-authored-by: Shelvacu <git@shelvacu.com >
2025-03-08 08:41:08 +00:00
Martin Weinelt
b9d99ad6df
home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.220 -> 0.13.222
...
https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.222/CHANGELOG.md
2025-03-08 09:37:08 +01:00
Robert Schütz and Martin Weinelt
f40557a42b
python313Packages.homeassistant-stubs: 2025.3.0 -> 2025.3.1
...
Diff: https://github.com/KapJI/homeassistant-stubs/compare/refs/tags/2025.3.0...2025.3.1
Changelog: https://github.com/KapJI/homeassistant-stubs/releases/tag/2025.3.1
2025-03-08 09:37:08 +01:00
Martin Weinelt
a8294c092d
home-assistant: 2025.3.0 -> 2025.3.1
...
https://github.com/home-assistant/core/releases/tag/2025.3.1
2025-03-08 09:37:08 +01:00
Martin Weinelt
dbd5f4e5a6
python313Packages.pysmartthings: 2.6.1 -> 2.7.0
...
https://github.com/andrewsayre/pysmartthings/releases/tag/v2.7.0
2025-03-08 09:37:08 +01:00
Martin Weinelt
74c4f53149
python313Packages.py-synologydsm-api: 2.7.0 -> 2.7.1
...
https://github.com/mib1185/py-synologydsm-api/releases/tag/v2.7.1
2025-03-08 09:37:07 +01:00
Fabian Affolter and Martin Weinelt
908c6f3c39
python313Packages.aiohomeconnect: 0.16.2 -> 0.16.3
...
Diff: https://github.com/MartinHjelmare/aiohomeconnect/compare/refs/tags/v0.16.2...v0.16.3
Changelog: https://github.com/MartinHjelmare/aiohomeconnect/blob/refs/tags/v0.16.3/CHANGELOG.md
2025-03-08 09:37:07 +01:00
Maximilian Bosch
7c97c44d2e
rust-synapse-compress-state: rename from rust-synapse-state-compress
...
This was renamed by accident in
4b644d1457 .
Undoing the change and adding an alias to for the people who already
updated their configs.
2025-03-08 09:33:16 +01:00
Colin and GitHub
f5dadc8f64
sm64coopdx: 1.1.1 -> 1.2.1 ( #384940 )
2025-03-08 08:33:10 +00:00
Colin and GitHub
3d16bc1e62
buffybox: 3.2.0-unstable-2024-12-09 -> 3.2.0-unstable-2025-02-27 ( #386629 )
2025-03-08 08:09:50 +00:00
Sefa Eyeoglu and GitHub
3f9dc9855d
qt6ct: use new upstream and use CMake ( #387423 )
2025-03-08 09:03:48 +01:00
Sefa Eyeoglu and GitHub
d71c8568f2
pnpm: 10.5.2 -> 10.6.1 ( #387640 )
2025-03-08 09:02:46 +01:00
Fabian Affolter and GitHub
4f161f015a
gitxray: 1.0.17.2 -> 1.0.17.3 ( #388075 )
2025-03-08 09:01:37 +01:00
Franz Pletz and GitHub
c35cea8778
prometheus-postgres-exporter: 0.17.0 -> 0.17.1 ( #388057 )
2025-03-08 09:01:26 +01:00
Sefa Eyeoglu and GitHub
1e80cd1a49
mpd: 0.23.16 -> 0.23.17 ( #388008 )
2025-03-08 08:54:16 +01:00
953f9b7930
bunster: 0.8.0 -> 0.9.0 ( #387683 )
...
Co-authored-by: yunz-dev <yunz-dev@users.noreply.github.com >
2025-03-08 07:14:11 +00:00
Ilan Joselevich and GitHub
762169c20a
buildRustCrate: make default value for codegenUnits configurable ( #383716 )
2025-03-08 14:01:35 +07:00
R. Ryantm
893c17338c
terraform-compliance: 1.3.49 -> 1.3.50
2025-03-08 06:57:29 +00:00
Francesco Gazzetta
c0aaa9a2eb
projectm: move to projectm_3
...
ProjectM 4 was split into libprojectm and projectm-sdl
2025-03-08 06:47:48 +00:00
Francesco Gazzetta
4457f3606c
projectm-sdl-cpp: init at 0-unstable-2024-08-07
2025-03-08 06:47:48 +00:00
Francesco Gazzetta
861c05f27e
libprojectm: init at 4.1.4
2025-03-08 06:47:48 +00:00