Commit Graph

39719 Commits

Author SHA1 Message Date
Masum Reza
e13831335f
treewide: stdenv.is -> stdenv.hostPlatform.is (#356363)
* treewide: stdenv.is -> stdenv.hostPlatform.is

* treewide: nixfmt due to ci error
2024-11-17 16:11:54 +05:30
R. Ryantm
8191db9d69 snac2: 2.59 -> 2.63 2024-11-17 07:04:34 +00:00
jopejoe1
1118ab81cc
unifi: 8.5.6 -> 8.6.9 (#355103) 2024-11-16 23:24:41 +01:00
Maximilian Bosch
97a911e8fb
Merge: nixos/postgresql: extension based hardening relaxation (#355010) 2024-11-16 22:29:36 +01:00
Leona Maroni
651e727c68
openafs: 1.8.12 → 1.8.13 (#354660) 2024-11-16 22:24:03 +01:00
RatCornu
7872a84d4a
pingvin-share: 1.2.4 -> 1.3.0 2024-11-16 21:24:50 +01:00
Maximilian Bosch
7239af0a72
postgresql.pkgs.pg_embedding: remove
As discussed in #351306, this is scheduled for removal after 24.11
branchoff.
2024-11-16 21:20:25 +01:00
Arjan Schrijver
802f38ff29 lemmy: 0.19.5 -> 0.19.7 2024-11-16 20:56:16 +01:00
Martin Weinelt
d370af0785
nixos/postgresql: create infrastructure for relaxing systemd hardening
By matching on the package names of the plugins passed into the package
we can relax the systemd unit hardening as needed.
2024-11-16 17:29:34 +01:00
Wolfgang Walther
a7daa5426b
postgresqlPackages.repmgr: 5.4.1 -> 5.5.0 2024-11-16 14:03:07 +01:00
Wolfgang Walther
12d32a5946
postgresqlPackages.plpgsql_check: 2.7.5 -> 2.7.12 2024-11-16 14:03:07 +01:00
Wolfgang Walther
1e8e3d000f
postgresqlPackages.pgvector: 0.6.2 -> 0.8.0 2024-11-16 14:03:07 +01:00
Wolfgang Walther
2b9fc77f89
postgresqlPackages.pgsql-http: 1.6.0 -> 1.6.1 2024-11-16 14:03:07 +01:00
Wolfgang Walther
34bcb530b1
postgresqlPackages.pgrouting: 3.6.3 -> 3.7.0 2024-11-16 14:03:07 +01:00
Wolfgang Walther
1f44f94ad3
postgresqlPackages.pgroonga: 3.2.3 -> 3.2.4 2024-11-16 14:03:07 +01:00
Wolfgang Walther
b0187db369
postgresqlPackages.pgmq: 1.4.4 -> 1.4.5 2024-11-16 14:03:06 +01:00
Wolfgang Walther
796e44d168
postgresqlPackages.pg_uuidv7: 1.5.0 -> 1.6.0 2024-11-16 14:03:06 +01:00
Wolfgang Walther
e7b11ef572
postgresqlPackages.pg_repack: 1.5.0 -> 1.5.1 2024-11-16 14:03:06 +01:00
Wolfgang Walther
a65bd1adef
postgresqlPackages.pg_net: 0.8.0 -> 0.13.0 2024-11-16 14:03:06 +01:00
Wolfgang Walther
448763cd4b
postgresqlPackages.pg_bigm: 1.2-20200228 -> 1.2-20240606 2024-11-16 14:03:06 +01:00
Wolfgang Walther
7c19e85065
postgresqlPackages.periods: 1.2.2 -> 1.2.3 2024-11-16 14:03:06 +01:00
Wolfgang Walther
e87aa28b9c
postgresqlPackages.lantern: 0.4.1 -> 0.5.0 2024-11-16 14:03:06 +01:00
Wolfgang Walther
53b1df6254
postgresqlPackages.h3-pg: 4.1.3 -> 4.1.4 2024-11-16 14:03:05 +01:00
Wolfgang Walther
0dbbc3c5f9
postgresqlPackages.citus: 12.1.2 -> 12.1.6 2024-11-16 13:09:36 +01:00
Wolfgang Walther
68254e438c
postgresqlPackages: enable update scripts by default
This enables update scripts via buildPostgresqlExtension. Extensions
must actively opt-out, if they don't support either the default
configuration or the unstable configuration.

To make the update script work, some extensions had to be changed to
pull their code from GitHub instead. Those with PostgreSQL-style version
tags (REL_X_Y) had to be changed to make src.rev the source of truth.
2024-11-16 13:09:35 +01:00
Davis Schirmer
0fcf5c1a61
unifi: Move package to pkgs/by-name/un/unifi 2024-11-15 20:08:10 -05:00
Davis Schirmer
48cef5f1c7
unifi: 8.5.6 -> 8.6.9
https://community.ui.com/releases/UniFi-Network-Application-8-6-9/e4bd3f71-a2c4-4c98-b12a-a8b0b1c2178e
2024-11-15 19:51:59 -05:00
Austin Horstman
61684555ec
outline: 0.80.2 -> 0.81.0 (#355245) 2024-11-15 12:06:53 -06:00
Nick Cao
abc21bfe72
prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 (#355916) 2024-11-15 08:59:39 -05:00
R. RyanTM
f281060cd4
icingaweb2: 2.12.1 -> 2.12.2 (#355693) 2024-11-15 14:12:08 +01:00
Yt
212dcb403e
meilisearch: 1.11.1 → 1.11.3 (#356001) 2024-11-15 07:59:18 -05:00
Maximilian Bosch
0b3eef7441
postgresql_12: remove
This will be EOL at the end of November, so there's little reason to
keep it in 24.11[1]. As discussed, we'd like to keep it for as long as
possible to make sure there's a state in nixpkgs that has the latest
minor of postgresql_12 available with the most recent CVEs fixed for
people who cannot upgrade[2].

This aspect has been made explicit in the manual now for the next .11
release.

During the discussions it has been brought up that if people just do
`services.postgresql.enable = true;` and let the code decide the
postgresql version based on `system.stateVersion`, there's a chance that
such EOL dates will be missed. To make this harder, a warning will now
be raised when using the stateVersion-condition and the oldest still
available major is selected.

Additionally regrouped the postgresql things in the release notes to
make sure these are all shown consecutively. Otherwise it's a little
hard to keep track of all the changes made to postgresql in 24.11.

[1] https://endoflife.date/postgresql
[2] https://github.com/NixOS/nixpkgs/pull/353158#issuecomment-2453056692
2024-11-15 09:17:06 +01:00
Maximilian Bosch
4a8b1cc958
Merge: postgresql: update to new minor versions (#355965) 2024-11-14 22:51:30 +01:00
Benno Bielmeier
48698458b6 meilisearch: 1.11.1 → 1.11.3 2024-11-14 22:06:22 +01:00
Elliot Cameron
06b9024cc0 nginx: upgrade pcre to pcre2
Nginx builds with pcre2 by default as of version 1.21.5.
2024-11-14 15:07:36 -05:00
apfelkuchen06
0d9b64a98c postgresqlPackages.sqlite_fdw: init at 2.4.0 2024-11-14 21:02:42 +01:00
Austin Horstman
57533f358a
pingvin-share: 1.1.3 -> 1.2.4 (#354105) 2024-11-14 13:40:09 -06:00
Anders Kaseorg
0eb18249a5 openafs: 1.8.12 → 1.8.13
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2024-11-14 11:23:39 -08:00
Wolfgang Walther
8e48064d55
postgresql_17: 17.0 -> 17.1
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 20:04:11 +01:00
Wolfgang Walther
9dc6733018
postgresql_15: 15.8 -> 15.9
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:26:41 +01:00
Wolfgang Walther
cf1f7e7201
postgresql_14: 14.13 -> 14.14
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:23:47 +01:00
Wolfgang Walther
b1a05d9399
postgresql_13: 13.16 -> 13.17
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:20:16 +01:00
Wolfgang Walther
fbae27508f
postgresql_12: 12.20 -> 12.21
Release Notes:
https://www.postgresql.org/about/news/postgresql-171-165-159-1414-1317-and-1221-released-2955/
2024-11-14 19:10:04 +01:00
R. Ryantm
88203eeef0 prometheus-gitlab-ci-pipelines-exporter: 0.5.8 -> 0.5.9 2024-11-14 13:52:16 +00:00
Nick Cao
57ffa0833c
postgresqlPackages.lantern: update license (#355841) 2024-11-14 08:44:04 -05:00
Vladimír Čunát
7f2d3d2feb
staging-next 2024-11-07 - the last one for 24.11 (#354201) 2024-11-14 08:32:49 +01:00
zowoq
dfedbb6088 postgresqlPackages.lantern: update license
license was changed to agpl3 in the 0.4.0 release

7ed99eb2b8
2024-11-14 17:29:45 +10:00
Maximilian Bosch
c90513d3ec
Merge: matrix-synapse: 1.118.0 -> 1.119.0 (#355692) 2024-11-14 07:39:20 +01:00
github-actions[bot]
c79fde307d
Merge master into staging-next 2024-11-14 06:05:02 +00:00
Yt
84053c3e53
rustus: 0.7.6 -> 0.7.6-unstable-2024-05-10 (#355593) 2024-11-13 19:25:04 -05:00
github-actions[bot]
b3a71c7e0d
Merge master into staging-next 2024-11-13 18:04:17 +00:00
R. RyanTM
2fd7958f0b
home-assistant-custom-lovelace-modules.mushroom: 4.1.0 -> 4.1.1 (#355676)
https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.1.1
2024-11-13 18:14:07 +01:00
Maximilian Bosch
5b52e9d7e2
matrix-synapse: 1.118.0 -> 1.119.0
ChangeLog: https://github.com/element-hq/synapse/releases/tag/v1.119.0
2024-11-13 16:47:52 +01:00
Nick Cao
189f5dcfb3
python312Packages.pybind11-stubgen: init at 2.5.1 (#355442) 2024-11-13 09:05:47 -05:00
github-actions[bot]
d6721ede31
Merge master into staging-next 2024-11-13 12:05:52 +00:00
Gaétan Lepage
17767a5a05
invidious: move to by-name (#355086) 2024-11-13 12:46:06 +01:00
Franz Pletz
e248daeebc
grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476 (#355481) 2024-11-13 09:32:10 +01:00
github-actions[bot]
50eb4d03f7
Merge master into staging-next 2024-11-13 06:04:52 +00:00
Theodore Ni
539826a5bf
treewide: use new Darwin SDK pattern on some packages (#355156) 2024-11-12 20:55:45 -08:00
wxt
f507397ee5
rustus: move to by-name 2024-11-13 12:43:31 +08:00
github-actions[bot]
80fdc8b778
Merge master into staging-next 2024-11-13 00:14:23 +00:00
Gaetan Lepage
3a5902323e invidious: move to by-name 2024-11-12 22:34:21 +01:00
R. Ryantm
f7f3af6db6 tomcat10: 10.1.30 -> 10.1.33 2024-11-12 20:39:00 +00:00
Nikita Uvarov
a1fc14ab31 home-assistant-custom-components.systemair: init at 0.2.0 2024-11-12 21:34:58 +01:00
Maximilian Bosch
dbd8326b7f
Merge: wordpress: drop unmaintained release (#355291) 2024-11-12 19:20:25 +01:00
K900
9c85c8a22a Merge remote-tracking branch 'origin/master' into staging-next 2024-11-12 21:14:32 +03:00
Maximilian Bosch
33811d45da
grafana: 11.3.0 -> 11.3.0+security-01, fix CVE-2024-9476
ChangeLog: https://github.com/grafana/grafana/releases/tag/v11.3.0%2Bsecurity-01
2024-11-12 18:54:39 +01:00
qbisi
8487e692fd lib/licenses: add bsd3Lbnl 2024-11-13 01:16:30 +08:00
Nick Cao
9f1f4969a8
prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 (#355237) 2024-11-12 11:33:20 -05:00
alvar
df8b26b3f7
icinga2: 2.14.2 -> 2.14.3 (#355443)
Fixes critical CVE-2024-49369 by updating Icinga 2 to 2.14.3.

- https://github.com/Icinga/icinga2/releases/tag/v2.14.3
- https://github.com/Icinga/icinga2/security/advisories/GHSA-j7wq-r9mg-9wpv
- https://icinga.com/blog/2024/11/12/critical-icinga-2-security-releases-2-14-3/
- https://icinga.com/blog/2024/11/04/icinga2-security-pre-announcement/
2024-11-12 15:42:16 +01:00
natsukium
cb61b38f6a
python312Packages.backports-zoneinfo: remove
backports-zoneinfo has been removed, since we no longer need to backport
to python3.8
2024-11-12 22:15:39 +09:00
github-actions[bot]
b4d4509dd5
Merge master into staging-next 2024-11-12 12:06:14 +00:00
Franz Pletz
436183649d
invidious: 2.20240825.2 -> 2.20241110.0 (#355279) 2024-11-12 12:13:49 +01:00
R. RyanTM
787264df64
home-assistant-custom-lovelace-modules.universal-remote-card: 4.1.3 -> 4.2.0 (#355374)
https://github.com/Nerwyn/android-tv-card/releases/tag/4.2.0
2024-11-12 09:22:30 +01:00
github-actions[bot]
31a78bf861
Merge master into staging-next 2024-11-12 00:14:10 +00:00
Yt
2c76692a71
meilisearch: 1.10.3 -> 1.11.1 (#352416) 2024-11-11 19:08:49 -05:00
Weijia Wang
40d6aaaeb1 wordpress: drop unmaintained release 2024-11-11 23:26:22 +01:00
László Kupcsik
772cc1be0b invidious: 2.20240825.2 -> 2.20241110.0 2024-11-11 22:06:46 +01:00
jopejoe1
e73bbaf8d0 wordpressPackages.plugins.so-clean-up-wp-seo: init at 4.0.2 2024-11-11 21:36:18 +01:00
github-actions[bot]
88f2bd466e
Merge master into staging-next 2024-11-11 18:04:18 +00:00
Martin Weinelt
dd11284117
buildHomeAssistantComponent: inherit meta.platforms from home-assistant (#355206) 2024-11-11 18:47:47 +01:00
Alexander Sieg
9586f07aa4
outline: 0.80.2 -> 0.81.0
Diff: https://github.com/outline/outline/compare/v0.80.2...v0.81.0

Changelog: https://github.com/outline/outline/releases
2024-11-11 18:40:42 +01:00
R. Ryantm
570197c305 prometheus-junos-czerwonk-exporter: 0.12.4 -> 0.12.5 2024-11-11 17:13:46 +00:00
Maximilian Bosch
846a2b12ae
Merge: nextcloud: 28.0.11 -> 28.0.12, 29.0.8 -> 29.0.9, 30.0.1 -> 30.0.2 (#354314) 2024-11-11 15:04:55 +01:00
Nick Cao
77217b6f56
prometheus-postgres-exporter: 0.15.0 -> 0.16.0 (#355120) 2024-11-11 08:56:44 -05:00
Nick Cao
36c0fc7b0e
prometheus-collectd-exporter: 0.6.0 -> 0.7.0 (#354379) 2024-11-11 08:43:46 -05:00
Nick Cao
ef0c8c9f57
prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 (#354689) 2024-11-11 08:40:12 -05:00
Nick Cao
02f8229c9c
prometheus-graphite-exporter: 0.15.2 -> 0.16.0 (#352169) 2024-11-11 08:27:11 -05:00
Zhong Jianxin
6942502662 buildHomeAssistantComponent: inherit meta.platforms from home-assistant
home-assistant-custom-components.* are meant to be used with home-assistant,
they should be built for the same platforms as home-assistant.

Currently home-assistant is [Linux only][1], this will prevent
home-assistant-custom-component.* from building on Darwin, and save some build resources.

[1]: 87a30cbaa0/pkgs/servers/home-assistant/default.nix (L675)
2024-11-11 20:54:06 +08:00
Theodore Ni
d9cb907af4
stargazer: use new Darwin SDK pattern 2024-11-11 00:08:47 -08:00
Theodore Ni
ff4de5d922
binserve: use new Darwin SDK pattern 2024-11-11 00:08:42 -08:00
Theodore Ni
6fc16edd8d
bindle: use new Darwin SDK pattern 2024-11-11 00:08:42 -08:00
R. Ryantm
946f8f9751 prometheus-postgres-exporter: 0.15.0 -> 0.16.0 2024-11-11 03:31:48 +00:00
Benno Bielmeier
2e5d0590ad meilisearch: 1.11.0 -> 1.11.1 2024-11-10 23:30:53 +01:00
Benno Bielmeier
e0df4c4198 meilisearch: 1.10.3 -> 1.11.0 2024-11-10 23:30:53 +01:00
github-actions[bot]
aa759748db
Merge master into staging-next 2024-11-10 18:03:58 +00:00
Maximilian Bosch
0644d3be87
Merge branch 'master' into staging-next 2024-11-10 18:34:57 +01:00
Martin Weinelt
8db0ec767e
home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1 (#355021) 2024-11-10 18:25:51 +01:00
Ryan Horiguchi
2544da75c5
home-assistant-custom-lovelace-modules.dirigera_platform: init at 2.6.4 (#350542) 2024-11-10 18:24:41 +01:00
Maximilian Güntner
8339db6766
home-assistant-custom-components.better_thermostat: 1.6.0 -> 1.6.1
add gitUpdater update script for stable versions
2024-11-10 17:51:15 +01:00
Ryan Horiguchi
79fccb5048 prowlarr: 1.24.3.4754 -> 1.25.4.4818 2024-11-10 17:29:39 +01:00
Ryan Horiguchi
0dff4975e8 adguardhome: 0.107.53 -> 0.107.54 2024-11-10 17:11:38 +01:00
Maximilian Bosch
9a333460f5
Merge: postgresql: improve passthru.tests (#352966) 2024-11-10 15:34:04 +01:00
github-actions[bot]
48d4a0a6bd
Merge master into staging-next 2024-11-10 00:15:17 +00:00
9R
10a4498042 home-assistant-custom-components.moonraker: 1.3.7 -> 1.4.0 2024-11-09 22:45:33 +01:00
K900
7ebe9739ff Merge remote-tracking branch 'origin/master' into staging-next 2024-11-09 23:12:56 +03:00
Wolfgang Walther
9035573855
nixosTests.postgresql: move all postgresql related nixosTests into one folder
This makes it possible to run all those tests at once by building
nixosTests.postgresql and allow a simple entry to ci/OWNERS for all
tests.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
db2d6a00ab
postgresqlPackages.anonymizer: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
23c19a255f
postgresqlPackages.timescaledb: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
6d7da20a90
postgresqlPackages.tsja: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:52 +01:00
Wolfgang Walther
a5c41ae80a
postgresqlPackages.pgvecto-rs: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
0af934adf7
postgresqlPackages.pgjwt: make passthru.tests work with correct package
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
ecffab1fda
postgresqlPackages.postgis: move nixosTests.postgis into package
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
aded718a98
postgresqlPackages.apache_datasketches: move nixosTests.apache_datasketches into package
There is no need to fire up a whole VM just to run a two line test of
creating the extension. We can use postgresqlTestExtension for that.
This has the advantage that it runs with postgresqlTestHook, so without
a VM, making it more portable.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
139c546676
postgresql: add passthru.tests.postgresql-tls-client-cert
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
f6c2de9262
postgresql: add passthru.tests.postgresql
Restructuring the nixosTests.postgresql test a little bit to allow
calling it with the specific versioned package from generic.nix.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
319d82d5c2
nixosTests.postgresql-wal2json: avoid manual imports
Same reasoning as commit before.
2024-11-09 18:24:51 +01:00
Wolfgang Walther
65ef7381c8
nixosTests.postgresql-jit: avoid manual imports
Same reasoning as commit before.
2024-11-09 18:24:50 +01:00
Wolfgang Walther
a1ae4377e0
nixosTests.postgresql-wal-receiver: avoid manual imports
Manually importing postgresql packages from the /pkgs/ folder or
manually importing the test from /nixos/tests/ in generic.nix is not
only ugly, but also forbidden should we ever move to pkgs/by-name.

We can achieve almost the same with a slightly different setup. We allow
overriding the postgresql package for the test via passthru.override, to
make sure that each postgresql_xx.tests.postgresql-wal-receiver is
properly teted with the right version.
2024-11-09 18:24:50 +01:00
Maximilian Bosch
3bf6a063b3
Merge: postgresqlPackages: fix some builds on darwin (#354748) 2024-11-09 18:21:30 +01:00
github-actions[bot]
a90280100f
Merge master into staging-next 2024-11-09 15:14:08 +00:00
Martin Weinelt
c98b0cad09
home-assistant-custom-lovelace-modules.mushroom: 4.0.8 -> 4.1.0
https://github.com/piitaya/lovelace-mushroom/releases/tag/v4.1.0
2024-11-09 16:02:58 +01:00
Theodore Ni
bc5b75eb11
mysql80: 8.0.39 -> 8.0.40 (#350248) 2024-11-09 05:42:24 -08:00
Maximilian Bosch
8091ea3f24
Merge: postgresql_17: fix build (#354571) 2024-11-09 14:09:03 +01:00
Emily
3b91a81423
treewide: remove redundant patches and locks (#354215) 2024-11-09 12:57:37 +00:00
Emily
ce788776a5 Merge master into staging-next 2024-11-09 12:51:01 +00:00
github-actions[bot]
8e80325e6b
Merge master into staging-next 2024-11-09 12:04:53 +00:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00
Wolfgang Walther
4801d0c2a3
postgresql17Packages.{pg_cron,pg_hll}: fix build on x86_64-darwin
This fixes the following error:

error: comparison of integers of different signs: 'ssize_t' (aka 'long')
and 'const size_t' (aka 'const unsigned long') [-Werror,-Wsign-compare]
                if (part < iov[i].iov_len)
                    ~~~~ ^ ~~~~~~~~~~~~~~
2024-11-09 12:16:58 +01:00
Masum Reza
112d505ce4
clickhouse: fix compilation on aarch64-linux (#353983) 2024-11-09 16:23:21 +05:30
Atemu
a1028f2fa4
jackett: 0.21.2831 -> 0.22.893 (#353606) 2024-11-09 07:55:40 +01:00
github-actions[bot]
ce1a535c19
Merge master into staging-next 2024-11-09 06:04:22 +00:00
R. Ryantm
36bdaed426 prometheus-mysqld-exporter: 0.15.1 -> 0.16.0 2024-11-09 06:04:19 +00:00
Martin Weinelt
7acb30200b
home-assistant: 2024.11.0 -> 2024.11.1 (#354584) 2024-11-09 04:10:20 +01:00
Martin Weinelt
7234221a0e
python312Packages.homeassistant-stubs: 2024.11.0 -> 2024.11.1
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.11.1
2024-11-09 03:27:30 +01:00
github-actions[bot]
f3327c0d2a
Merge master into staging-next 2024-11-09 00:13:55 +00:00
Martin Weinelt
2581423bd4
evcc: 0.131.3 -> 0.131.4 (#352482) 2024-11-08 23:49:55 +01:00
Sefa Eyeoglu
1610bc14f2
mpd: enable cdio_paranoia. (#342358) 2024-11-08 22:45:08 +01:00
Martin Weinelt
f5ddf1a751
home-assistant: 2024.11.0 -> 2024.11.1
https://github.com/home-assistant/core/releases/tag/2024.11.1
2024-11-08 21:15:18 +01:00
Martin Weinelt
c71079125f
home-assistant.intents: 2024.11.4 -> 2024.11.6
https://github.com/home-assistant/intents/releases/tag/2024.11.6
2024-11-08 21:09:56 +01:00
Maximilian Bosch
676db52174
postgresql_17: fix build
Closes #354497

See https://www.postgresql.org/message-id/ba8e1bc0-8a99-45b7-8397-3f2e94415e03%40suse.de for context.
2024-11-08 20:36:48 +01:00
Nick Cao
407ff1729f
prometheus-consul-exporter: 0.12.1 -> 0.13.0 (#354360) 2024-11-08 14:32:47 -05:00
Wolfgang Walther
d1478e78c0
postgresqlPackages.system_stats: fix build on darwin
The build was failing with:

darwin/io_analysis.c:71:21: error: variable length array used
[-Werror,-Wvla]
                        char device_name[kMaxDiskNameSize];
                                         ^~~~~~~~~~~~~~~~
2024-11-08 19:48:39 +01:00
Martin Weinelt
2900723943
Merge remote-tracking branch 'origin/master' into staging-next 2024-11-08 18:40:48 +01:00
Tracy Wadleigh
c2933f4ca4
Enable cdio_paranoia in mpd. 2024-11-08 13:37:54 +01:00
github-actions[bot]
4dab54a2c8
Merge master into staging-next 2024-11-08 12:05:50 +00:00
Christoph Heiss
218ad1bf6a
mautrix-signal: add version test
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:13:04 +01:00
Christoph Heiss
9e15728241
mautrix-signal: enable checks
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:12:52 +01:00
Christoph Heiss
13d4678f73
mautrix-signal: fix build with goolm enabled
When building with goolm support, libstdc++ must be linked, as
libsignal-ffi depends on it being linked.

When building with (deprecated) libolm, it's pulled in transitively, it
seems -- and it that case, this is effectively a no-op.

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-11-08 11:12:32 +01:00
Tanvir
5c4a7c7fa7
jackett: 0.21.2831 -> 0.22.893 2024-11-08 15:47:09 +06:00
Ellie Hermaszewska
e134422465
maintainers: remove expipiplus1
Another year, another exhausting undermoderated thread full of people
arguing against being an inclusive community, tone policing and denying
that discriminatory behaviour even exists.

This clearly isn't getting any better and I'm embarrassed that I stayed
around for this long. I can't continue to lend my name to such a
project.
2024-11-08 14:24:58 +08:00
github-actions[bot]
4ab3ca7c50
Merge master into staging-next 2024-11-08 06:04:48 +00:00
Aleksana
031c0841b4
immudb: 1.9DOM.2 -> 1.9.5 (#337770) 2024-11-08 13:03:33 +08:00
aleksana
b74fdd2386 treewide: remove redundant patches and locks
These files are no longer referenced.
2024-11-08 12:54:15 +08:00
R. Ryantm
2fdfc1032b prometheus-collectd-exporter: 0.6.0 -> 0.7.0 2024-11-08 02:41:38 +00:00
github-actions[bot]
d16ff942dc
Merge master into staging-next 2024-11-08 00:14:06 +00:00
R. Ryantm
afe438897f prometheus-consul-exporter: 0.12.1 -> 0.13.0 2024-11-07 23:59:03 +00:00
Martin Weinelt
790bbf36da
home-assistant: pin vulcan-api at 2.3.2 2024-11-08 00:18:28 +01:00
github-actions[bot]
3533282a88
Merge master into staging-next 2024-11-07 20:49:24 +00:00
Maximilian Bosch
19a8336a3a
nextcloud30: 30.0.1 -> 30.0.2
ChangeLog: https://github.com/nextcloud/server/releases/tag/v30.0.2
2024-11-07 21:20:54 +01:00
Maximilian Bosch
a8eba43f11
nextcloud29: 29.0.8 -> 29.0.9
ChangeLog: https://github.com/nextcloud/server/releases/tag/v29.0.9
2024-11-07 21:20:35 +01:00
Maximilian Bosch
fe896ca861
nextcloud28: 28.0.11 -> 28.0.12
ChangeLog: https://github.com/nextcloud/server/releases/tag/v28.0.12
2024-11-07 21:20:08 +01:00
Maximilian Bosch
eeed640419
nextcloud30Packages: update 2024-11-07 21:19:53 +01:00
Maximilian Bosch
1b3e684650
nextcloud29Packages: update 2024-11-07 21:19:41 +01:00
Maximilian Bosch
86bce4eacf
nextcloud28Packages: update 2024-11-07 21:19:31 +01:00
Martin Weinelt
33d60dbc3c
home-assistant: 2024.10.4 -> 2024.11.0 (#354094) 2024-11-07 19:18:06 +01:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc (#354197) 2024-11-07 18:16:05 +00:00
Martin Weinelt
6e95221e2e
python312Packages.homeassistant-stubs: 2024.10.4 -> 2024.11.0
https://github.com/KapJI/homeassistant-stubs/releases/tag/2024.11.0
2024-11-07 19:05:09 +01:00
Martin Weinelt
d8bdd0cfae
home-assistant.python.pkgs.pytest-homeassistant-custom-component: 0.13.172 -> 0.13.180
https://github.com/MatthewFlamm/pytest-homeassistant-custom-component/blob/refs/tags/0.13.180/CHANGELOG.md
2024-11-07 19:05:08 +01:00
Martin Weinelt
c50bfd50d3
home-assistant: 2024.10.04 -> 2024.11.0
https://www.home-assistant.io/blog/2024/11/06/release-202411/
2024-11-07 19:05:07 +01:00
Martin Weinelt
c5b3382128
home-assistant.intents: 2024.10.2 -> 2024.11.4
https://github.com/home-assistant/intents/releases/tag/2024.11.4
2024-11-07 19:04:57 +01:00
github-actions[bot]
b3a0f2d3f1
Merge master into staging-next 2024-11-07 12:05:37 +00:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
Gaétan Lepage
84a44238d0
_389-ds-base: 2.4.6 -> 3.1.1 (#352353) 2024-11-07 09:03:51 +01:00
github-actions[bot]
8d77160080
Merge staging-next into staging 2024-11-07 06:05:15 +00:00
Aleksana
5ed245d62a
treewide: fix build by pinning Go 1.22 for now (#353895) 2024-11-07 11:26:28 +08:00
Weijia Wang
f8619f31a9
sqlpage: darwin sdk refactor (#354086) 2024-11-07 03:53:12 +01:00
Weijia Wang
d2af3b5c4a
apacheHttpdPackages.mod_wsgi3: 5.0.0 -> 5.0.1 (#352753) 2024-11-07 01:38:35 +01:00
Weijia Wang
89e107b3f0
qdrant: 1.11.5 -> 1.12.1 (#352373) 2024-11-07 01:35:22 +01:00
RatCornu
8ec0981318
pingvin-share: 1.1.3 -> 1.2.4 2024-11-07 00:23:24 +01:00
Austin Horstman
e1ad199c2b
sqlpage: darwin sdk refactor
We can inherit sdk from stdenv and don't need to declare the frameworks.
2024-11-06 14:42:25 -06:00
Austin Horstman
d171b45e53
sqlpage: format 2024-11-06 14:41:37 -06:00
github-actions[bot]
e9877d256b
Merge staging-next into staging 2024-11-06 18:04:56 +00:00
Sandro
7cf19f3811
alice-lg: Adopting package and refactoring (#350031) 2024-11-06 18:41:03 +01:00
Sandro
4d40360df3
birdwatcher: Adopting package and refactoring (#350032) 2024-11-06 18:39:58 +01:00
0x4A6F
6ca4a96533
stayrtr: 0.5.1 -> 0.6.1 (#348291)
* stayrtr: 0.5.1 -> 0.6.1

* stayrtr: refactor and convert to by-name

* stayrtr: reformat with nixfmt-rfc-style
2024-11-06 15:31:29 +01:00
0x4A6F
1f53d0a9f2
xandikos: 0.12.1 -> 0.12.2 (#352604)
* xandikos: 0.2.11 -> 0.2.12

* xandikos: move to pkgs/by-name
2024-11-06 15:31:15 +01:00
Cosima Neidahl
cac168d9bc
mir: 2.18.2 -> 2.18.3 (#352718) 2024-11-06 13:50:41 +01:00
github-actions[bot]
46e09172e0
Merge staging-next into staging 2024-11-06 12:06:19 +00:00
Alexander Sieg
887a74fd57 clickhouse: fix compilation on aarch64-linux 2024-11-06 11:33:04 +01:00
Sandro
ed161a7f42
lldap: 0.5.1-unstable-2024-08-09 -> 0.5.1-unstable-2024-10-30 (#352840) 2024-11-06 10:03:58 +01:00
github-actions[bot]
e7cf0b43c8
Merge staging-next into staging 2024-11-06 00:14:28 +00:00
Weijia Wang
29fadec759
mailhog: fix build (#353565) 2024-11-06 00:35:32 +01:00
Bernardo Meurer
7db2924ffe
roon-server: 2.0-1462 -> 2.0-1470 (#352121) 2024-11-05 16:32:23 -05:00
Peder Bergebakken Sundt
050ccc335b
akkoma-frontends: use finalAttrs pattern (#352964) 2024-11-05 21:03:43 +01:00
Rick van Schijndel
af10bfa79a
zabbix70: 7.0.2 -> 7.0.5 (#350994) 2024-11-05 20:52:07 +01:00
Olivér Falvai
54ece522d1
dnsmasq_exporter: build with Go 1.22 for now
until the golang.org/x/net dependency gets upgraded in the project

https://hydra.nixos.org/build/276128656/nixlog/1/tail
2024-11-05 20:35:43 +01:00
github-actions[bot]
f899bb5680
Merge staging-next into staging 2024-11-05 18:05:09 +00:00
0x4A6F
e6ec6afa21
gortr: Adopting package and refactor (#351612) 2024-11-05 17:01:41 +01:00
0x4A6F
9d03557aae
mariadb: 10.5.27, 10.6.20, 10.11.10, 11.4.4 (#353661) 2024-11-05 16:46:18 +01:00