Commit Graph

24100 Commits

Author SHA1 Message Date
Sergei Trofimovich
f7644ca8c1
Merge pull request #207232 from Izorkin/update-postfix
postfix: build with pcre2
2023-01-08 11:02:21 +00:00
s1341
0874afef46 keycloak: add scim-keycloak-user-storage-spi plugin 2023-01-08 10:51:51 +02:00
Fabian Affolter
cbde1fec46
Merge pull request #209533 from r-ryantm/auto-update/gobgpd
gobgpd: 3.9.0 -> 3.10.0
2023-01-08 00:22:05 +01:00
Fabian Affolter
41b5350a1e
Merge pull request #209490 from r-ryantm/auto-update/sftpgo
sftpgo: 2.4.0 -> 2.4.2
2023-01-08 00:20:16 +01:00
Fabian Affolter
d709fd7e4e
sftpgo: add changelog to meta 2023-01-07 23:21:39 +01:00
Fabian Affolter
389fce69cb
gobgpd: update rev 2023-01-07 23:07:32 +01:00
Andrew Dunham
5ff79caff9 mastodon: pass dependencies as environment variables
This makes it much easier to override components of the Mastodon
derivation to e.g. use a fork. With this change, one can use something
like the following to install a fork (with the appropriate files):

    let
      src = callPackage ./source.nix { };
    in
      (mastodon.override {
        pname = "hometown";
        version = import ./version.nix;
        srcOverride = src;
        dependenciesDir = ./.;
      }).overrideAttrs (oldAttrs: rec {
        yarnOfflineCache = fetchYarnDeps {
          yarnLock = "${src}/yarn.lock";
          sha256 = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
        };
        mastodonModules = oldAttrs.mastodonModules.overrideAttrs (oldModuleAttrs: {
          inherit yarnOfflineCache;
        });
      });

A spiritual successor to f949de4fbb
2023-01-07 16:18:47 -05:00
Sandro
532ad194aa
Merge pull request #206653 from andersk/openafs 2023-01-07 20:48:11 +01:00
R. Ryantm
013b1f79bf gobgpd: 3.9.0 -> 3.10.0 2023-01-07 18:34:56 +00:00
R. Ryantm
8f8d93f753 sftpgo: 2.4.0 -> 2.4.2 2023-01-07 14:14:07 +00:00
Thiago Kenji Okada
e0487171e3 sconsPackages.scons_3_1_2: default to python3 2023-01-07 13:15:11 +00:00
Thiago Kenji Okada
c2fdf2d137
Merge pull request #209191 from wegank/mongodb-more-drops
mongodb-4_0: drop
2023-01-07 13:04:34 +00:00
Robert Scott
b41cf963a8 gotify-server: 2.1.4 -> 2.2.2 2023-01-07 13:02:16 +00:00
Thomas Gerbet
c629cd779a
Merge pull request #208517 from r-ryantm/auto-update/mediawiki
mediawiki: 1.38.4 -> 1.39.1
2023-01-06 22:50:45 +01:00
R. Ryantm
2061080769 radarr: 4.2.4.6635 -> 4.3.2.6857 2023-01-06 19:47:51 +01:00
ajs124
e63fa6e21e bind: enable parallel building
because non-parallel is slow
2023-01-06 16:06:43 +01:00
Martin Weinelt
156d07c86d
home-assistant: 2023.1.0 -> 2023.1.1
https://github.com/home-assistant/core/releases/tag/2023.1.1
2023-01-06 14:34:36 +01:00
Martin Weinelt
9cafc3a1f3
zigbee2mqtt: 1.29.0 -> 1.29.1
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.29.1
2023-01-06 14:27:27 +01:00
Martin Weinelt
5f902ae769
Merge pull request #208621 from mweinelt/zigbee2mqtt-1.29.0 2023-01-06 14:21:19 +01:00
MayNiklas
3f4bbaee84 nginxModules.geoip2: 3.3 -> 3.4 2023-01-06 11:11:30 +01:00
Martin Weinelt
3432af9db8
Merge pull request #209095 from fabaff/aiopurpleair 2023-01-06 01:54:56 +01:00
Jonas Heinrich
767237db12
Merge pull request #209178 from onny/hkdev-maintenance-mode
wordpressPackages.plugins.hkdev-maintenance-mode: init at 2.2.6
2023-01-05 23:22:26 +01:00
Weijia Wang
7afa7286f7 mongodb-4_0: drop 2023-01-05 21:21:33 +01:00
Fabian Affolter
426f025e78 home-assistant: update component-packages 2023-01-05 20:50:23 +01:00
Fabian Affolter
c497bf62f2
Merge pull request #208927 from felschr/etebase-server-0.11
etebase-server: 0.10.0 -> 0.11.0
2023-01-05 20:41:46 +01:00
Bernardo Meurer
6f74a1bd59
roon-server: 2.0-1169 -> 2.0-1182 2023-01-05 14:22:10 -03:00
Nikolay Korotkiy
2cb93a88b2
Merge pull request #209151 from 06kellyjac/tailscale
tailscale: 1.34.1 -> 1.34.2
2023-01-05 19:52:30 +04:00
Jonas Heinrich
c45d4f78bc wordpressPackages.plugins.hkdev-maintenance-mode: init at 2.2.6 2023-01-05 16:06:44 +01:00
Martin Weinelt
c2b75a520a
Merge pull request #209096 from NixOS/home-assistant 2023-01-05 13:12:09 +01:00
06kellyjac
3234c2031e tailscale: 1.34.1 -> 1.34.2
Diff: https://github.com/tailscale/tailscale/compare/v1.34.1...v1.34.2
2023-01-05 12:01:17 +00:00
Aneesh Agrawal
1e94e9146f radicale: Drop self (aneeshusa) from maintainership
I have switched to using etebase/etesync.
2023-01-05 00:14:38 -05:00
Martin Weinelt
eab16a7080 home-assistant: 2022.12.9 -> 2023.1.0
https://www.home-assistant.io/blog/2023/01/04/release-20231/
2023-01-05 03:12:02 +01:00
figsoda
479053aa0b
Merge pull request #209015 from jojosch/libreddit-update
libreddit: 0.25.1 -> 0.27.0
2023-01-04 20:49:18 -05:00
figsoda
71d8cfd91d
Merge pull request #209061 from 0x4A6F/master-routinator
routinator: 0.12.0 -> 0.12.1
2023-01-04 20:41:18 -05:00
Martin Weinelt
4920c82507 home-assistant: relax ciso8601, overrride astral 2023-01-05 02:39:48 +01:00
Martin Weinelt
981963240a
Merge pull request #208840 from mweinelt/home-assistant 2023-01-04 22:00:42 +01:00
Bjørn Forsman
e320029847 apcupsd: add nixosTests.apcupsd to passthru.tests 2023-01-04 21:45:58 +01:00
0x4A6F
986a0c57bf
routinator: 0.12.0 -> 0.12.1 2023-01-04 17:00:01 +01:00
Kevin Cox
4cf5be4ba9
Merge pull request #202953 from arcnmx/mautrix-googlechat-init
mautrix-googlechat: init at 0.4.0
2023-01-04 10:53:16 -05:00
Jonas Heinrich
ba50db790f
Merge pull request #209025 from urandom2/wordpress
wordpress6_1: init at 6.1.1
2023-01-04 16:05:40 +01:00
piegames
aa8ead30fd
Merge pull request #175495 from amjoseph-nixpkgs/pr/sourceProvenance/correct-meta-typecheck
check-meta.nix: make non-source consistent with documentation
2023-01-04 15:31:51 +01:00
Pierre Bourdon
6dc0f05196
Merge pull request #206390 from cpcloud/bump-clickhouse
clickhouse: 22.8.5.29 -> 22.8.11.15
2023-01-04 12:45:29 +01:00
Colin Arnott
f9d1f80045
wordpress6_1: init at 6.1.1
release-22.11 currently tracks 6.0 for pkgs.wordpress. This means there
is no way to opt in to the newer version. Similiar to nextcloud and go,
we have broken out a new derivation to opt in. It is a nop for unstable,
and only useful when backported.

Updates #208529
2023-01-04 11:20:25 +00:00
Johannes Schleifenbaum
04b8fc7088
libreddit: 0.25.1 -> 0.27.0 2023-01-04 11:23:10 +01:00
Jonas Heinrich
b8e56ca31d
Merge pull request #208529 from onny/wordpress-update2
wordpress: 6.0.3 -> 6.1.1
2023-01-04 11:22:48 +01:00
Jonas Heinrich
876a6f4c94
Merge pull request #209002 from urandom2/civicrm
wordpressPackages.plugins.civicrm: init at 5.56.0
2023-01-04 11:06:43 +01:00
Jonas Heinrich
a6c2d7b804
Merge pull request #208992 from urandom2/wpforms-lite
wordpressPackages.plugins.wpforms-lite: init at 1.7.8
2023-01-04 10:51:08 +01:00
Fabian Affolter
81af5f82eb
etebase-server: add changelog to meta 2023-01-04 10:41:25 +01:00
Colin Arnott
b2266ed09b
wordpressPackages.plugins.civicrm: init at 5.56.0
There are a number of third party wordpress components that cannot be
trivially fetched via wp4nix. As such, we have broken out a file that
contains these derivations and merges them back into wordpressPackages.
2023-01-04 09:28:35 +00:00
Colin Arnott
81ba6e9905
wordpressPackages.plugins.wp-statistics: 13.2.10 -> 13.2.11 2023-01-04 09:04:17 +00:00
Colin Arnott
cd5a85fbe8
wordpressPackages.plugins.mailpoet: 4.3.0 -> 4.3.1 2023-01-04 09:04:07 +00:00
Colin Arnott
9e8e0ef31a
wordpressPackages.plugins.wpforms-lite: init at 1.7.8 2023-01-04 09:00:02 +00:00
Sandro
b8e88394eb
Merge pull request #208648 from r-ryantm/auto-update/bazarr 2023-01-04 00:51:48 +01:00
Sandro
956805b667
Merge pull request #208463 from r-ryantm/auto-update/gonic 2023-01-04 00:51:36 +01:00
Weijia Wang
5f40e9e178
samba: add darwin support (#207465) 2023-01-03 23:16:35 +01:00
Jonas Heinrich
733713c15c
Merge pull request #208530 from onny/wordpressPackages-update
wordpressPackages: update
2023-01-03 22:34:59 +01:00
Felix Schröter
960db9bafc
etebase-server: 0.10.0 -> 0.11.0 2023-01-03 21:27:08 +01:00
Mario Rodas
ee44c0e028
Merge pull request #206711 from ivan/pgroonga-2.4.2
postgresqlPackages.pgroonga: 2.4.0 -> 2.4.2
2023-01-03 09:22:10 -05:00
Mario Rodas
6688fdf6a4
Merge pull request #206710 from ivan/pg_ivm-1.4
postgresqlPackages.pg_ivm: 1.3 -> 1.4
2023-01-03 09:21:55 -05:00
Mario Rodas
61218848be
Merge pull request #206792 from r-ryantm/auto-update/plpgsql_check
postgresql11Packages.plpgsql_check: 2.2.4 -> 2.2.5
2023-01-03 09:19:59 -05:00
Mario Rodas
9b00cee440
Merge pull request #208003 from r-ryantm/auto-update/pgrouting
postgresql11Packages.pgrouting: 3.3.2 -> 3.4.2
2023-01-03 07:31:19 -05:00
R. Ryantm
20fceb750c vmagent: 1.85.0 -> 1.85.3 2023-01-03 14:19:10 +08:00
Mario Rodas
c1c7ae2d6c postgresqlPackages.plpgsql_check: 2.2.5 -> 2.2.6 2023-01-03 04:20:00 +00:00
Martin Weinelt
b43cb178aa
home-assistant: 2022.12.8 -> 2022.12.9
https://github.com/home-assistant/core/releases/tag/2022.12.9
2023-01-03 04:47:50 +01:00
Sandro
b9866fc0cf
Merge pull request #208609 from LeSuisse/redis-7.0.7 2023-01-03 00:29:33 +01:00
Martin Weinelt
c42947660e
Merge pull request #208811 from fabaff/pykaleidescape 2023-01-02 23:07:20 +01:00
Fabian Affolter
70aa373a5d home-assistant: update component-packages 2023-01-02 22:40:07 +01:00
Artturi
9f5839a6ea
Merge pull request #208616 from LeSuisse/pgbouncer-1.18.0 2023-01-02 21:01:51 +02:00
Martin Weinelt
0bf714e78e
Merge pull request #208786 from fabaff/kiwiki-client
python310Packages.kiwiki-client: init at 0.1.2
2023-01-02 19:02:51 +01:00
Fabian Affolter
778f278579 home-assistant: update component-packages 2023-01-02 18:47:25 +01:00
Thomas Gerbet
b84a4ccb9f redis: 7.0.5 -> 7.0.7
https://github.com/redis/redis/releases/tag/7.0.6
https://github.com/redis/redis/releases/tag/7.0.7

Patch to fix CVE-2022-3647 can be dropped as it now available in the
released versions.
2023-01-02 18:33:34 +01:00
Anderson Torres
037d4463a0
Merge pull request #208230 from candyc1oud/tidb
tidb: init at 6.5.0
2023-01-02 13:44:15 -03:00
R. Ryantm
d7637635d9 inspircd, inspircdMinimal: 3.14.0 -> 3.15.0
Adds new regex_pcre2 module, enabled by default.

https://docs.inspircd.org/3/change-log/#inspircd-3150

Co-authored-by: sternenseemann <sternenseemann@systemli.org>
2023-01-02 17:32:38 +01:00
Robert Scott
84b847da62
Merge pull request #203815 from LeSuisse/redis-status-check-phase
pkgsStatic.redis: make checkPhase pass
2023-01-02 16:08:14 +00:00
R. Ryantm
13f2d0a2b8 pocketbase: 0.10.1 -> 0.10.4 2023-01-02 23:57:13 +08:00
R. Ryantm
501848c755 unit: 1.28.0 -> 1.29.0 2023-01-02 23:30:18 +08:00
Bobby Rong
f2d5887f09
Merge pull request #207334 from rhoriguchi/tautulli
tautulli: 2.10.5 -> 2.11.1
2023-01-02 23:10:06 +08:00
R. Ryantm
9abaddb148 dcnnt: 0.7.1 -> 0.9.0 2023-01-02 21:51:18 +08:00
R. Ryantm
d3346ad543 bookstack: 22.11 -> 22.11.1 2023-01-02 21:38:12 +08:00
R. Ryantm
187fa34027 pgpool: 4.3.3 -> 4.4.1 2023-01-02 21:15:38 +08:00
Candy Cloud
93aa5b07fc tidb: init at 6.5.0 2023-01-02 12:40:27 +00:00
R. Ryantm
409c646eeb jetty: 11.0.12 -> 11.0.13 2023-01-02 20:05:06 +08:00
Adam Joseph
30bf7264ed fix packages with broken meta attributes 2023-01-01 18:48:04 -08:00
Martin Weinelt
3f5dc2ce41
Merge pull request #208661 from rhoriguchi/prowlarr 2023-01-02 01:24:28 +01:00
Thomas Gerbet
7eead9776d
Merge pull request #208185 from numinit/mattermost-7.5.2
mattermost: 7.5.1 -> 7.5.2
2023-01-01 23:30:14 +01:00
Sergei Trofimovich
592d3c7b16
Merge pull request #208024 from trofi/xhost-update
xorg:xhost: 1.0.8 -> 1.0.9
2023-01-01 20:49:06 +00:00
Ryan Horiguchi
ede86a554a
prowlarr: 1.0.0.2171 -> 1.0.1.2210 2023-01-01 20:12:00 +01:00
R. Ryantm
df3234fbae bazarr: 1.1.3 -> 1.1.4 2023-01-01 16:52:05 +00:00
Franz Pletz
511f9544cc
Merge pull request #208511 from e1mo/fix-prometheus-xmpp-alerts-regression 2023-01-01 16:25:50 +01:00
figsoda
3485460c0e
Merge pull request #206203 from holymonson/dufs
dufs: skip checkPhase on darwin
2023-01-01 10:05:46 -05:00
Naïm Favier
161f6dbf59
Merge pull request #204840 from ncfavier/check-meta-deep 2023-01-01 14:30:12 +01:00
Naïm Favier
8796411139
Merge pull request #208176 from ncfavier/markdown-no-trailing 2023-01-01 14:15:05 +01:00
Naïm Favier
4df10debe7
lib/customisation.overrideDerivation: propagate evaluation condition
The new derivation should evaluate only if the old derivation does.

Sadly this means that the old derivation cannot depend on the new one
any more, which was used by xorgserver on Darwin. But this is not a
problem as `overrideAttrs` can (and should) usually be used instead.

This change allowed catching an invalid `meta.platforms` in the linux_rpi
kernels, which use `overrideDerivation`.
2023-01-01 14:10:42 +01:00
Martin Weinelt
33fd8fb8f3
zigbee2mqtt: 1.28.4 -> 1.29.0
https://github.com/Koenkk/zigbee2mqtt/releases/tag/1.29.0
2023-01-01 14:09:36 +01:00
Thomas Gerbet
e56a1f2f92 pgbouncer: 1.17.0 -> 1.18.0
https://www.pgbouncer.org/changelog.html#pgbouncer-118x
2023-01-01 13:42:46 +01:00
Jörg Thalheim
84b6c24b9b
Merge pull request #208570 from r-ryantm/auto-update/snappymail
snappymail: 2.24.1 -> 2.24.3
2023-01-01 09:02:53 +00:00
R. Ryantm
2724b570b3 metabase: 0.44.5 -> 0.45.1 2023-01-01 10:34:54 +08:00
R. Ryantm
9713f75ffa snappymail: 2.24.1 -> 2.24.3 2023-01-01 01:29:58 +00:00
Sandro
407160f700
Merge pull request #207382 from wegank/mongodb 2022-12-31 23:07:42 +01:00
Ryan Lahfa
06542b21a0
Merge pull request #205636 from LoveIsGrief/webhook-module
nixos/webhook: add support for a webhook service option
2022-12-31 22:31:38 +01:00