Commit Graph

55 Commits

Author SHA1 Message Date
Silvan Mosberger
4f0dadbf38 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev b32a094368
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:26:33 +01:00
Ryan Horiguchi
0dff4975e8 adguardhome: 0.107.53 -> 0.107.54 2024-11-10 17:11:38 +01:00
Ryan Horiguchi
3fb13cb3ef adguardhome: 0.107.52 -> 0.107.53 2024-10-03 17:44:43 +02:00
R. Ryantm
6b75aa0af8 adguardhome: 0.107.51 -> 0.107.52 2024-07-07 05:51:32 +00:00
R. Ryantm
91e7a2dfb4 adguardhome: 0.107.50 -> 0.107.51 2024-06-09 16:29:57 +00:00
Ryan Horiguchi
04a08beac3 adguardhome: 0.107.48 -> 0.107.50 2024-05-25 22:10:29 +02:00
Ryan Horiguchi
64e3c021c5 adguardhome: 0.107.36 -> 0.107.48 2024-04-19 18:42:56 +02:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
R. Ryantm
8872c6c1dc adguardhome: 0.107.35 -> 0.107.36 2023-08-05 17:03:42 +00:00
R. Ryantm
2b664fb088 adguardhome: 0.107.34 -> 0.107.35 2023-08-01 01:00:50 +00:00
R. Ryantm
1c4975fb1a adguardhome: 0.107.32 -> 0.107.34 2023-07-14 16:03:18 +00:00
R. Ryantm
d4a2d8b4cd adguardhome: 0.107.31 -> 0.107.32 2023-06-16 20:13:07 +00:00
Ryan Horiguchi
1f9be6a55c adguardhome: 0.107.29 -> 0.107.31 2023-06-12 00:04:20 +02:00
Ryan Horiguchi
fb9d3a21e8 adguardhome: 0.107.28 -> 0.107.29 2023-04-18 22:36:24 +02:00
Ryan Horiguchi
a16b9991da adguardhome: 0.107.27 -> 0.107.28 2023-04-16 01:05:01 +02:00
R. Ryantm
8c5b8838e6 adguardhome: 0.107.26 -> 0.107.27 2023-04-05 16:41:36 +00:00
R. Ryantm
df45c5266d adguardhome: 0.107.25 -> 0.107.26 2023-03-11 10:13:26 +00:00
R. Ryantm
265f285255 adguardhome: 0.107.24 -> 0.107.25 2023-02-25 00:43:49 +00:00
R. Ryantm
858e6cb6ed adguardhome: 0.107.23 -> 0.107.24 2023-02-15 18:55:07 +00:00
Alejandro Angulo
9bb69ab5f2
adguardhome: add source for armv6l and armv7l
Adds support for armv6l-linux and armv7l-linux. These are officially
supported by the AdGuard team (they provide binaries for these
architectures).

See assets on their github releases:
https://github.com/AdguardTeam/AdGuardHome/releases
2023-02-09 17:34:00 -08:00
Ryan Horiguchi
f96c8fff5f
adguardhome: 0.107.22 -> 0.107.23 2023-02-01 21:17:42 +01:00
R. Ryantm
f5f1b04aea adguardhome: 0.107.21 -> 0.107.22 2023-01-20 07:54:38 +00:00
R. Ryantm
80c24eeb9f adguardhome: 0.107.20 -> 0.107.21 2022-12-17 17:19:40 +08:00
Ryan Horiguchi
6560331b44
adguardhome: 0.107.19 -> 0.107.20 2022-12-08 23:19:09 +01:00
Ryan Horiguchi
6d9a36c0eb adguardhome: 0.107.18 -> 0.107.19 2022-11-25 12:31:09 +01:00
Ryan Horiguchi
15484a9f2f
adguardhome: add myself as maintainer 2022-11-08 17:55:09 +01:00
Ryan Horiguchi
a851743ca1
adguardhome: 0.107.16 -> 0.107.18 2022-11-08 17:49:27 +01:00
Carl Richard Theodor Schneider
1526a1b041 adguardhome: Add schema_version
This will add `passthru.schema_version` to be used as default value for
the adguardhome module.
It will also update the `update.sh` to keep the `schema_version` in sync
with the version by inspecting the sourcecode.

This might break existing configs, if they use deprecated values that don't
appear in newer schema_versions and schema_version wasn't set explicitly.
Explicit declarations of schema_version always have higher priority.

This also removes the `host` and `config` settings in favour of using the
appropriate `settings`.

Fixes #173938

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-10-25 17:35:27 +02:00
Ryan Horiguchi
21493f9c16
adguardhome: 0.107.14 -> 0.107.16 2022-10-07 16:35:43 +02:00
R. Ryantm
16fde6b348 adguardhome: 0.107.12 -> 0.107.14 2022-10-03 21:58:34 +08:00
Ryan Horiguchi
889069b8b3
adguardhome: 0.107.11 -> 0.107.12 2022-09-07 23:13:46 +02:00
Ryan Horiguchi
85f93fb9c2
adguardhome: 0.107.9 - 0.107.11 2022-08-22 16:04:46 +02:00
Ryan Horiguchi
5c85216634
adguardhome: 0.107.8 - 0.107.9 2022-08-05 14:24:55 +02:00
R. Ryantm
06685ceda6 adguardhome: 0.107.7 -> 0.107.8 2022-07-14 00:11:31 +00:00
Robert Scott
61c35da607 treewide/servers,tools: add sourceType binaryNativeCode for many packages 2022-06-16 20:21:42 +01:00
Ryan Horiguchi
5a0bdf6998
adguardhome: 0.107.6 - 0.107.7 2022-06-06 18:11:12 +02:00
Malo Bourgon
141ef7d1c9 adguardhome: add source for aarch64-darwin 2022-04-27 11:57:25 -07:00
Malo Bourgon
0384323c9d adguardhome: fix eval error when source does not exist 2022-04-27 11:56:43 -07:00
Ryan Horiguchi
4cb0e30e58
adguardhome: 0.107.5 - 0.107.6 2022-04-13 19:41:45 +02:00
Ryan Horiguchi
56708ef440
adguardhome: 0.107.4 - 0.107.5 2022-03-05 01:30:42 +01:00
Ryan Horiguchi
99fb2c0bb9
adguardhome: 0.107.3 - 0.107.4 2022-03-01 16:22:50 +01:00
Ryan Horiguchi
aae7730128
adguardhome: 0.107.0 - 0.107.3 2022-01-25 15:55:40 +01:00
CRTified
f9bc03e3c7 nixos/adguardhome: add test 2022-01-17 01:39:27 +01:00
Ryan Horiguchi
36e17e51ec
adguardhome: 0.106.3 - 0.107.0 2021-12-25 16:10:14 +01:00
Ryan Burns
0b918edc99 adguardhome: remove toplevel system attr
Note that targetPlatform was incorrect when cross-compiling,
and should be hostPlatform
2021-10-24 13:53:23 -07:00
iagocq
12c6592208
adguardhome: 0.105.2 -> 0.106.3 2021-09-19 00:36:05 -03:00
Felix Buehler
a56d117bdb servers: replace name with pname&version 2021-07-26 20:15:46 +02:00
Ilan Joselevich
4215a4d2b3 adguardhome: 0.105.2 -> 0.106.3 2021-06-08 23:49:58 +03:00
wpehrc
386fc750e0 adguardhome: 0.104.3 -> 0.105.2 2021-04-06 23:49:33 -04:00
wpehrc
ce3eba01d2 adguardhome: 0.102.0 -> 0.104.3 2021-01-16 13:23:40 -05:00