home-assistant-custom-components.plant: 2026.2.1 -> 2026.3.2; home-assistant-custom-components.openplantbook: 1.3.3 -> 1.4.0 (#503881)

This commit is contained in:
dotlambda
2026-03-28 14:39:20 +00:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -11,13 +11,13 @@
buildHomeAssistantComponent rec {
owner = "olen";
domain = "openplantbook";
version = "1.3.3";
version = "1.4.0";
src = fetchFromGitHub {
inherit owner;
repo = "home-assistant-openplantbook";
tag = "v${version}";
hash = "sha256-t4ZyY6zodCRJZTIqu7Rcfr7sRUmo5QarZU8y0lCKmWE=";
hash = "sha256-Ym7bt+0s7eqlL3oDtppIGenoW1XvrSjKkV2flE0TzUo=";
};
postPatch = ''
@@ -10,13 +10,13 @@
buildHomeAssistantComponent rec {
owner = "olen";
domain = "plant";
version = "2026.2.1";
version = "2026.3.2";
src = fetchFromGitHub {
inherit owner;
repo = "homeassistant-plant";
tag = "v${version}";
hash = "sha256-nWZFywMTw3seEAERekzMeLRPceqMl1s7VXujNz0+6zI=";
hash = "sha256-na3T60v4HRmdf8NFIqnLdSQjFfg0Jlny0tse5nx21Zs=";
};
dependencies = [