···61 # https://www.home-assistant.io/integrations/frontend/
62 frontend = {};
63000000064 # set up a wake-on-lan switch to test capset capability required
65 # for the ping suid wrapper
66 # https://www.home-assistant.io/integrations/wake_on_lan/
···107 # Cause a configuration change that requires a service restart as we added a new runtime dependency
108 specialisation.newFeature = {
109 inheritParentConfig = true;
110- configuration.services.home-assistant.config.esphome = {};
111 };
112 };
113
···61 # https://www.home-assistant.io/integrations/frontend/
62 frontend = {};
6364+ # include some popular integrations, that absolutely shouldn't break
65+ esphome = {};
66+ knx = {};
67+ matter = {};
68+ shelly = {};
69+ zha = {};
70+71 # set up a wake-on-lan switch to test capset capability required
72 # for the ping suid wrapper
73 # https://www.home-assistant.io/integrations/wake_on_lan/
···114 # Cause a configuration change that requires a service restart as we added a new runtime dependency
115 specialisation.newFeature = {
116 inheritParentConfig = true;
117+ configuration.services.home-assistant.config.backup = {};
118 };
119 };
120
···1920buildGoModule rec {
21 pname = "gitea";
22- version = "1.19.1";
2324 # not fetching directly from the git repo, because that lacks several vendor files for the web UI
25 src = fetchurl {
26 url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz";
27- hash = "sha256-i2exxgVsQhQtojJkyFJgBejCj6dSRo30ESEtN9n7Vfk=";
28 };
2930 vendorHash = null;
···1920buildGoModule rec {
21 pname = "gitea";
22+ version = "1.19.2";
2324 # not fetching directly from the git repo, because that lacks several vendor files for the web UI
25 src = fetchurl {
26 url = "https://dl.gitea.io/gitea/${version}/gitea-src-${version}.tar.gz";
27+ hash = "sha256-L0wedLLQ8NBiw7JQ5AiFa+kQb+Vg0jnBtSGtgIknIDg=";
28 };
2930 vendorHash = null;