R. Ryantm
fc5560f905
redpanda-client: 23.2.12 -> 23.2.14
2023-11-12 16:07:27 +00:00
Robert Scott
34d3eec95e
Merge pull request #266728 from MikaelFangel/update-sqlpage
...
sqlpage: 0.9.5 -> 0.15.1
2023-11-12 12:32:50 +00:00
Ryan Lahfa
d096f88f22
Merge pull request #266717 from r-ryantm/auto-update/dolibarr
2023-11-11 21:47:15 +01:00
Artturi
62d3512864
Merge pull request #260755 from andersk/openafs-kernel-6.5
2023-11-11 17:20:04 +02:00
happysalada
c3e6ad5c94
buildNpmPackage: replace nodejs override
2023-11-11 12:16:04 +00:00
Félix Baylac Jacqué
dfa45288af
maintainers: ninjatrappeur -> picnoir
...
I changed my nickname from Ninjatrappeur to Picnoir. My github id is
stable, it shouldn't break too much stuff.
I took advantage of this handle change to remove myself from the
hostapd maintainers: I don't use NixOS as a router anymore.
2023-11-11 08:31:16 +01:00
Anthony Roussel
c4be620b26
nagios: add anthonyroussel to maintainers
2023-11-10 15:44:55 -08:00
Anthony Roussel
f7d2b2fc0e
nagios: add meta.{changelog,mainProgram}
2023-11-10 15:44:55 -08:00
Anthony Roussel
cf57a91e06
nagios: 4.4.6 -> 4.4.14
...
https://github.com/NagiosEnterprises/nagioscore/releases/tag/nagios-4.4.14
https://github.com/NagiosEnterprises/nagioscore/compare/nagios-4.4.6...nagios-4.4.14
2023-11-10 15:44:55 -08:00
Anthony Roussel
2a3cea1658
nagios: add passthru.updateScript
2023-11-10 15:44:55 -08:00
Anthony Roussel
970efe216b
nagios: format with nixpkgs-fmt
2023-11-10 15:44:55 -08:00
tu-maurice
40c06a143f
prayer: remove
2023-11-10 20:44:28 -03:00
Martin Weinelt
3536221702
Merge pull request #160346 from mweinelt/hass-custom-everything
...
home-assistant: custom components and lovelace modules
2023-11-11 00:08:25 +01:00
Martin Weinelt
a27b0a663b
Merge pull request #266703 from NixOS/home-assistant
...
home-assistant: 2023.11.1 -> 2023.11.2
2023-11-10 23:15:02 +01:00
Peder Bergebakken Sundt
4c5b8768f4
Merge pull request #255029 from OPNA2608/update/mir
...
mir: 2.14.1 -> 2.15.0
2023-11-11 00:08:16 +02:00
Peder Bergebakken Sundt
32a49bf4b8
Merge pull request #266030 from nevivurn/feat/apt-cacher-ng-glibc
...
apt-cacher-ng: fix build for glibc >= 2.38
2023-11-10 23:06:29 +02:00
Michele Guerini Rocco
eb62077e19
Merge pull request #266452 from r-ryantm/auto-update/pdns-recursor
...
pdns-recursor: 4.9.1 -> 4.9.2
2023-11-10 22:04:53 +01:00
Martin Weinelt
f30192ae6f
nixos/home-assistant: add customComponents support
...
Allows passing custom component packages, that get installed into
home-assistant's state directory.
Python depedencies, that are propagated from the custom component
get passed into `extraPackages`, so they are available to
home-assistant at runtime.
This is implemented in a way, that allows coexistence with custom
components not managed through the NixOS module.
2023-11-10 22:00:36 +01:00
Martin Weinelt
047b9665f2
home-assistant-custom-components.prometheus-sensor: init at 1.0.0
...
Import 🔥 Prometheus query results into 🏡 Home Assistant 📈
https://github.com/mweinelt/ha-prometheus-sensor
2023-11-10 22:00:36 +01:00
Graham Bennett
31e60c2fbb
buildHomeAssistantComponent: init
...
Builder to package up custom components for Home Assistant.
These packages use `buildPythonPackage` with `format = "other"` and
rely on a custom install phase, that expects a standardized path,
and a custom check phase, that for now verifies python dependencies have
been satisified.
Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
Co-Authored-By: Sandro Jäckel <sandro.jaeckel@gmail.com>
2023-11-10 22:00:35 +01:00
Martin Weinelt
b1ddeedea6
home-assistant-custom-lovelace-modules.mini-media-player: init at 1.16.5
...
Minimalistic media card for Home Assistant Lovelace UI
https://github.com/kalkih/mini-media-player
2023-11-10 22:00:31 +01:00
Martin Weinelt
e4f3fd5b0e
home-assistant-custom-lovelace-modules.mini-graph-card: init at 0.11.0
...
Minimalistic graph card for Home Assistant Lovelace UI
https://github.com/kalkih/mini-graph-card
2023-11-10 22:00:30 +01:00
Martin Weinelt
9a941c58e5
nixos/home-assistant: add customLovelaceModules support
...
Allows the installation of custom lovelace modules, that can inject
css/js into the frontend and offer a wide variety of widgets.
2023-11-10 22:00:30 +01:00
Martin Weinelt
d4914b6d15
home-assistant: allow symlinks in static folder
...
Home Assistant by default does not follow symlinks in its static
folders, which doesn't mix well with serving anything from the nix
store.
2023-11-10 22:00:12 +01:00
Mikael Fangel
d2ba8d36ea
sqlpage: 0.9.5 -> 0.15.1
2023-11-10 21:38:32 +01:00
Artturi
e7a5bb59fb
Merge pull request #230650 from e1mo/ejabberd-awk
2023-11-10 21:07:59 +02:00
R. Ryantm
2465a4d808
dolibarr: 18.0.2 -> 18.0.3
2023-11-10 18:51:19 +00:00
Martin Weinelt
32017c4b4a
home-assistant: track unstable dependency version comparator
...
We often update packages that are not well maintained to unstable
versions. That leaves us with no valid version comparison anymore, and
these packages, while newer than the last release, will always appear as
mismatching from the wanted version.
This change allows specifying that our unstable version is newer than a
certain released version.
2023-11-10 18:00:28 +01:00
Martin Weinelt
3d0e527b1f
python311Packages.homeassistant-stubs: 2023.11.1 -> 2023.11.2
...
https://github.com/KapJI/homeassistant-stubs/releases/tag/2023.11.2
2023-11-10 17:43:28 +01:00
Martin Weinelt
a9f41a1bab
home-assistant: 2023.11.1 -> 2023.11.2
...
https://github.com/home-assistant/core/releases/tag/2023.11.2
2023-11-10 17:37:03 +01:00
Martin Weinelt
014a135f3b
Merge pull request #266472 from SuperSamus/radarr-sonarr-mainprogram
...
{rad,son,baz,lid,read,recycl}arr: add mainProgram
2023-11-10 16:14:22 +01:00
Artturi
714e527a72
Merge pull request #266584 from wegank/makefu-packages
2023-11-10 16:10:25 +02:00
Martino Fontana
00ca744038
readarr: add mainProgram
2023-11-10 15:09:43 +01:00
Martino Fontana
71168a0930
lidarr: add mainProgram
2023-11-10 15:09:39 +01:00
Martino Fontana
1f31c5867b
bazarr: add mainProgram
2023-11-10 15:09:34 +01:00
emilylange
e1e9724363
matrix-sliding-sync: 0.99.11 -> 0.99.12
...
https://github.com/matrix-org/sliding-sync/releases/tag/v0.99.12
diff: https://github.com/matrix-org/sliding-sync/compare/v0.99.11...v0.99.12
2023-11-10 15:07:05 +01:00
OTABI Tomoya
58ad2344cb
Merge pull request #265243 from natsukium/lazr
...
python311Packages.lazr-config: 2.2.3 -> 3.0; python311Packages.lazr-delegates: 2.0.4 -> 2.1.0; rename
2023-11-10 18:52:54 +09:00
OTABI Tomoya
d81d9edc5f
Merge pull request #265306 from r-ryantm/auto-update/prometheus-sql-exporter
...
prometheus-sql-exporter: 0.4.7 -> 0.5.2
2023-11-10 18:32:05 +09:00
OTABI Tomoya
d8cee1cbff
Merge pull request #265537 from mweinelt/evcc-0.122.0
...
evcc: 0.121.5 -> 0.122.0
2023-11-10 18:15:35 +09:00
OTABI Tomoya
9b740a1bf8
Merge pull request #265535 from r-ryantm/auto-update/uwsgi
...
uwsgi: 2.0.22 -> 2.0.23
2023-11-10 18:10:54 +09:00
Silvan Mosberger
f40c787e84
Merge pull request #266411 from GaetanLepage/invidious
...
invidious: unstable-2023-10-20 -> unstable-2023-11-08
2023-11-10 08:32:22 +01:00
happysalada
f3565a2c08
rustus: 0.7.4 -> 0.7.6
...
https://github.com/s3rius/rustus/releases/tag/0.7.6
2023-11-10 05:28:51 +00:00
Weijia Wang
70a2dc87f6
ps3netsrv: fix build on darwin
2023-11-10 04:29:08 +01:00
maxine
53055842fe
Merge pull request #265227 from r-ryantm/auto-update/plexRaw
2023-11-10 02:32:59 +01:00
Martino Fontana
7aacc9f225
sonarr: add mainProgram
2023-11-09 19:44:04 +01:00
Martino Fontana
5c0c6d2aba
radarr: add mainProgram
2023-11-09 19:43:59 +01:00
R. Ryantm
942fac2c08
pdns-recursor: 4.9.1 -> 4.9.2
2023-11-09 11:54:17 +00:00
Alyssa Ross
6e2323caad
Revert "mailmanPackages: pin to django_3"
...
This reverts commit 84f6a6755a
.
Mailman now supports Django 4.x.
Link: https://github.com/NixOS/nixpkgs/issues/262907
2023-11-09 12:17:25 +01:00
Gaetan Lepage
abb4058d27
invidious: unstable-2023-10-20 -> unstable-2023-11-08
2023-11-09 08:32:58 +01:00
Weijia Wang
de7ab5c70d
Merge pull request #264262 from f2k1de/mongodb-5.0.22
...
mongodb-5_0: 5.0.21 -> 5.0.22
2023-11-08 19:40:44 +01:00