mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
home-assistant-custom-components.plant: 2026.5.1 -> 2026.6.0
Diff: https://github.com/olen/homeassistant-plant/compare/v2026.5.1...v2026.6.0 Changelog: https://github.com/Olen/homeassistant-plant/releases/tag/v2026.6.0
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "olen";
|
||||
domain = "plant";
|
||||
version = "2026.5.1";
|
||||
version = "2026.6.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = "homeassistant-plant";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-b5KhO1TvU4RI4tD0UQtJgwJHjjTTG2il2woLMoBclc0=";
|
||||
hash = "sha256-WdUL4ne/sewIbdXpCbrpFMglIQA3qdvwSVuaww4lQYM=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
|
||||
Reference in New Issue
Block a user