mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
home-assistant-custom-components.openplantbook: 1.4.0 -> 1.5.0
https://github.com/Olen/home-assistant-openplantbook/releases/tag/v1.5.0
This commit is contained in:
@@ -11,13 +11,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "olen";
|
||||
domain = "openplantbook";
|
||||
version = "1.4.0";
|
||||
version = "1.5.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = "home-assistant-openplantbook";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-Ym7bt+0s7eqlL3oDtppIGenoW1XvrSjKkV2flE0TzUo=";
|
||||
hash = "sha256-TmJb2FErRsGPREJtofujsnn8VYiNGsXvGcWcy6WGBhk=";
|
||||
};
|
||||
|
||||
ignoreVersionRequirement = [
|
||||
|
||||
Reference in New Issue
Block a user