mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
home-assistant-custom-components.octopus_energy: 18.3.1 -> 18.3.2
https://github.com/BottlecapDave/HomeAssistant-OctopusEnergy/releases/tag/v18.3.2
This commit is contained in:
parent
c2c8ccee43
commit
83cf8f1c7e
1 changed files with 2 additions and 2 deletions
|
|
@ -11,13 +11,13 @@
|
|||
buildHomeAssistantComponent rec {
|
||||
owner = "BottlecapDave";
|
||||
domain = "octopus_energy";
|
||||
version = "18.3.1";
|
||||
version = "18.3.2";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
inherit owner;
|
||||
repo = "HomeAssistant-OctopusEnergy";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-5Cjaq4DIe11hx/goKxGDSj6zyOb3H16s8KqlFRzhOYs=";
|
||||
hash = "sha256-KSnpebEUzp25PsBMFqCajdnTINk51hdswmV9rGtG+3Q=";
|
||||
};
|
||||
|
||||
dependencies = [ pydantic ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue