R. Ryantm
2d39918345
limine-full: 12.4.0 -> 12.4.1
2026-07-11 00:25:34 +00:00
Michael Daniels and GitHub
ffc7f8ce99
.github: Bump cachix/install-nix-action from 31.10.6 to 31.10.7 ( #540295 )
2026-07-11 00:24:46 +00:00
TomaSajt
7881b2b5bc
bs-manager.depotdownloader: 2.7.4-unstable-2024-12-01 -> 3.4.0-unstable-2026-05-14
2026-07-11 02:20:23 +02:00
nixpkgs-ci[bot] and GitHub
61d9f133f8
rufin: 0.7.13 -> 0.8.0 ( #540550 )
2026-07-11 00:19:09 +00:00
zowoq and GitHub
5c849c5365
terraform-providers.venafi_venafi: 0.24.0 -> 0.24.1 ( #540543 )
2026-07-11 00:16:41 +00:00
R. Ryantm
2490815008
postgresqlPackages.pg-gvm: 22.6.17 -> 22.6.18
2026-07-11 00:13:45 +00:00
Emily and GitHub
d6960ae4ac
music-assistant: 2.9.4 -> 2.9.6; go-librespot: init at 0.7.4 ( #537811 )
2026-07-11 00:11:39 +00:00
R. Ryantm
151e98a0d9
rufin: 0.7.13 -> 0.8.0
2026-07-11 00:07:08 +00:00
dotlambda and GitHub
0b2220197b
flare-signal: 0.20.6 -> 0.21.0 ( #540157 )
2026-07-11 00:03:44 +00:00
Robert Schütz
470e70919c
frigate: use overrideScope
2026-07-10 17:01:25 -07:00
R. Ryantm
a260673303
ft2-clone: 2.20 -> 2.21
2026-07-10 23:47:57 +00:00
dotlambda and GitHub
b0c974d4aa
python3Packages.gtfs-realtime-bindings: 2.0.0 -> 2.1.0 ( #539618 )
2026-07-10 23:47:45 +00:00
Michael Daniels and GitHub
4ac9c372a3
fluentd: 1.18.0 -> 1.19.3 ( #540180 )
2026-07-10 23:30:07 +00:00
R. Ryantm
78465bd72e
terraform-providers.venafi_venafi: 0.24.0 -> 0.24.1
2026-07-10 23:22:53 +00:00
Robert Schütz
3f877fce06
python3Packages.py-nymta: unpin gtfs-realtime-bindings
2026-07-10 16:19:19 -07:00
zowoq and GitHub
e3043b8f22
vfkit: use lld to avoid trap during linking ( #539768 )
2026-07-10 23:14:23 +00:00
zowoq and GitHub
6044dd1313
terraform-providers.cyrilgdn_postgresql: 1.26.0 -> 1.27.0 ( #540494 )
2026-07-10 23:11:45 +00:00
R. Ryantm
7740325d62
tofu-ls: 0.5.1 -> 0.5.3
2026-07-10 23:08:47 +00:00
dotlambda and GitHub
f8da4421c1
home-assistant-custom-components.pi-hole-v6: 1.18.0 -> 1.19.0 ( #540460 )
2026-07-10 22:58:49 +00:00
Michael Daniels and GitHub
a2f0213517
databricks-cli: 1.2.1 -> 1.7.0 ( #530725 )
2026-07-10 22:57:54 +00:00
Martin Weinelt and GitHub
7a80d216a4
home-assistant-custom-lovelace-modules.multiple-entity-row: 4.6.1 -> 4.7.0 ( #540312 )
2026-07-10 22:55:19 +00:00
Michael Daniels and GitHub
35d71d94a6
.github: Bump actions/labeler from 6.1.0 to 6.2.0 ( #540296 )
2026-07-10 22:52:41 +00:00
R. Ryantm
85eb83bf03
statix: 0.5.8-unstable-2026-06-28 -> 0.5.8-unstable-2026-07-10
2026-07-10 22:43:40 +00:00
Sandro and GitHub
720496acdd
awscli2: 2.34.24 -> 2.35.11 ( #536046 )
2026-07-10 22:36:33 +00:00
Heitor Augusto
29e5cc271e
nixos/oo7: refactor module layout
2026-07-10 22:36:13 +00:00
Sandro Jäckel
057c027a2b
music-assistant-desktop: 0.5.0 -> 0.5.5
...
Diff: https://github.com/music-assistant/desktop-app/compare/0.5.0...0.5.5
Changelog: https://github.com/music-assistant/desktop-app/releases/tag/0.5.5
2026-07-11 00:33:15 +02:00
dotlambda and GitHub
f0e06f547c
python3Packages.pyhomee: 1.4.1 -> 1.4.2 ( #540534 )
2026-07-10 22:31:34 +00:00
Heitor Augusto
5aeb968c0b
nixos/oo7: install oo7-cli
2026-07-10 22:25:34 +00:00
R. Ryantm
d8f7f50928
python3Packages.msgraph-sdk: 1.58.0 -> 1.59.0
2026-07-10 22:19:33 +00:00
R. Ryantm
32b6e195a6
python3Packages.pyhomee: 1.4.1 -> 1.4.2
2026-07-10 22:19:18 +00:00
Michael Daniels and GitHub
ce7f667d6f
actions/checkout: retry transient API failures ( #540255 )
2026-07-10 22:15:23 +00:00
Adam Dinwoodie and SandaruKasa
cf09722077
nixos/locate: remove bash wrapper from systemd
...
There's a few reasons this is useful:
- it makes it easier to override the unit temporarily with, say,
`systemctl edit --runtime update-locatedb.service` because you can see
the actual command that's in use -- this was my initial motivation
- it removes an unnecessary layer of indirection when systemd executes
the updatedb command
- it permits using locate with a bashless image
- not strictly necessary -- we could have done this with the bash script
as well -- but the change is a chance to make sure every argument is
properly escaped
In passing, update the type for the `services.locate.output` to
`externalPath`. This prevents specifying a path in the Nix store to
house the locate database, since updatedb is never going to be able to
rewrite the database when running as a systemd unit. We could revert
this if we somehow find a way and a use case for having the database
created while building a NixOS image, but that seems unlikely to me.
Co-authored-by: SandaruKasa <SandaruKasa@ya.ru >
2026-07-10 23:06:08 +01:00
Oleksii Filonenko and GitHub
b6b6139390
opencode-desktop: rename binary to avoid overwrite ( #531776 )
2026-07-10 22:06:00 +00:00
kirillrdy and GitHub
36d1474b87
nixl: 1.3.0 -> 1.3.1 ( #539649 )
2026-07-10 22:05:26 +00:00
Arthur Gautier and GitHub
7d7fc23512
openvox: init at 8.26.2 ( #496295 )
2026-07-10 22:02:54 +00:00
Michael Daniels and GitHub
f499ec3e1b
google-chrome: 150.0.7871.100 -> 150.0.7871.114 ( #540524 )
2026-07-10 22:00:11 +00:00
R. Ryantm
05ae686760
velocity: 3.5.0-unstable-2026-06-16 -> 3.5.0-unstable-2026-07-10
2026-07-10 21:59:29 +00:00
nixpkgs-ci[bot] and GitHub
a870f92f64
edhm-ui: 3.0.67 -> 3.0.69 ( #540514 )
2026-07-10 21:58:42 +00:00
nixpkgs-ci[bot] and GitHub
e7279763cf
pandora-launcher-unwrapped: 5.2.2 -> 5.3.0 ( #540493 )
2026-07-10 21:58:39 +00:00
Heitor Augusto and GitHub
44a22f331c
cosmic-protocols: 0-unstable-2026-06-25 -> 0-unstable-2026-07-10 ( #540517 )
2026-07-10 21:58:39 +00:00
Gaetan Lepage
510e7f041f
python3Packages.frictionless: 5.18.1 -> 5.19.0
...
Diff: https://github.com/frictionlessdata/frictionless-py/compare/v5.18.1...v5.19.0
Changelog: https://github.com/frictionlessdata/frictionless-py/blob/refs/tags/v5.19.0/CHANGELOG.md
2026-07-10 21:53:24 +00:00
Michael Daniels
899d0917f8
google-chrome: 150.0.7871.100 -> 150.0.7871.114
...
Announcement: https://chromereleases.googleblog.com/2026/07/stable-channel-update-for-desktop_01162222768.html
2026-07-10 17:50:04 -04:00
lactose and GitHub
3527ece8c1
maintainers: update lactose email
2026-07-10 14:47:56 -07:00
Pol Dellaiera
6afe145494
python3Packages.kivy-garden: unbreak
2026-07-10 23:46:21 +02:00
Robert Schütz
475bea5834
python3Packages.uiprotect: 15.4.1 -> 15.4.3
...
Diff: https://github.com/uilibs/uiprotect/compare/v15.4.1...v15.4.3
Changelog: https://github.com/uilibs/uiprotect/blob/v15.4.3/CHANGELOG.md
2026-07-10 14:41:44 -07:00
Robert Schütz
7e0b8d645d
python3Packages.tuya-device-handlers: 0.0.24 -> 0.0.25
...
Diff: https://github.com/home-assistant-libs/tuya-device-handlers/compare/v0.0.24...v0.0.25
Changelog: https://github.com/home-assistant-libs/tuya-device-handlers/releases/tag/v0.0.25
2026-07-10 14:41:44 -07:00
Robert Schütz
995a053e07
python3Packages.reolink-aio: 0.21.3 -> 0.21.4
...
Diff: https://github.com/starkillerOG/reolink_aio/compare/0.21.3...0.21.4
Changelog: https://github.com/starkillerOG/reolink_aio/releases/tag/0.21.4
2026-07-10 14:41:44 -07:00
Robert Schütz
ef832060ab
python3Packages.pywmspro: 0.4.1 -> 0.4.2
...
Diff: https://github.com/mback2k/pywmspro/compare/0.4.1...0.4.2
Changelog: https://github.com/mback2k/pywmspro/releases/tag/0.4.2
2026-07-10 14:41:44 -07:00
Robert Schütz
e5800220a0
python3Packages.python-bsblan: 6.1.5 -> 6.1.6
...
Diff: https://github.com/liudger/python-bsblan/compare/v6.1.5...v6.1.6
Changelog: https://github.com/liudger/python-bsblan/releases/tag/v6.1.6
2026-07-10 14:41:43 -07:00
Robert Schütz
4b220cdb08
python3Packages.pyoverkiz: 2.0.3 -> 2.0.5
...
Diff: https://github.com/iMicknl/python-overkiz-api/compare/v2.0.3...v2.0.5
Changelog: https://github.com/iMicknl/python-overkiz-api/releases/tag/v2.0.5
2026-07-10 14:41:43 -07:00