Commit Graph

24122 Commits

Author SHA1 Message Date
Sandro
8965a7431e
Merge pull request #209842 from GaetanLepage/update-invidious 2023-01-09 16:36:59 +01:00
Sandro
cac6c0385e
Merge pull request #209785 from r-ryantm/auto-update/karma 2023-01-09 15:35:35 +01:00
ajs124
8dbaf80fdd proxysql: fix build after 201859
- by not pulling in python2 directly
- by applying patches to sources we "unvendor", so e.g. libinjection builds
2023-01-09 14:50:13 +01:00
R. Ryantm
671064a7bf klipper: unstable-2022-11-21 -> unstable-2023-01-07 2023-01-09 12:26:44 +00:00
Francesco Gazzetta
31819ec0e7
Merge pull request #209791 from wegank/isso-darwin
isso: unbreak on aarch64-darwin
2023-01-09 10:27:49 +00:00
Gaetan Lepage
81e0a35156 invidious: unstable-2022-11-22 -> unstable-2023-01-08 2023-01-09 08:39:49 +01:00
Fabian Affolter
d14ca106ac
Merge pull request #209719 from r-ryantm/auto-update/nats-server
nats-server: 2.9.10 -> 2.9.11
2023-01-09 08:39:38 +01:00
s1341
dbfe3bd2e7 kasmweb: init at 1.12.0 2023-01-09 07:19:54 +02:00
R. Ryantm
983e50113c bind: 9.18.9 -> 9.18.10 2023-01-09 04:01:42 +00:00
Martin Weinelt
2e60a42033
evcc: 0.109.2 -> 0.110.1
https://github.com/evcc-io/evcc/releases/tag/0.110.0
https://github.com/evcc-io/evcc/releases/tag/0.110.1
2023-01-09 02:33:33 +01:00
Weijia Wang
9696ca8fd9 isso: unbreak on aarch64-darwin 2023-01-09 02:08:12 +01:00
R. Ryantm
da25c00cdf karma: 0.108 -> 0.111 2023-01-09 00:32:44 +00:00
figsoda
56e7249c87
Merge pull request #209718 from r-ryantm/auto-update/doh-proxy-rust
doh-proxy-rust: 0.9.4 -> 0.9.6
2023-01-08 14:23:45 -05:00
Sandro
d814e52704
Merge pull request #208497 from r-ryantm/auto-update/rmfakecloud 2023-01-08 19:37:42 +01:00
Anderson Torres
9b6e1c2f51
Merge pull request #207953 from s1341/keycloak_add_scim_user_storage_plugin
keycloak: add scim-keycloak-user-storage-spi plugin
2023-01-08 15:10:47 -03:00
R. Ryantm
2bb9946e05 doh-proxy-rust: 0.9.4 -> 0.9.6 2023-01-08 16:55:30 +00:00
R. Ryantm
25fb14a70c nats-server: 2.9.10 -> 2.9.11 2023-01-08 16:20:15 +00:00
R. Ryantm
165474c5fd thanos: 0.29.0 -> 0.30.1 2023-01-08 16:13:04 +00:00
R. Ryantm
356f88f801 lighttpd: 1.4.67 -> 1.4.68 2023-01-08 15:09:15 +01:00
R. Ryantm
eae63548c3 meilisearch: 0.30.2 -> 0.30.5 2023-01-08 07:08:04 -05:00
Thomas Gerbet
dd11f44cbd
Merge pull request #209473 from risicle/ris-gotify-server-2.2.2
gotify-server: 2.1.4 -> 2.2.2
2023-01-08 12:15:25 +01:00
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
Eric Wolf
56f3cb523e timescaledb: 2.9.0 -> 2.9.1 2023-01-07 09:00:40 +01: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