home-assistant-custom-components.volkswagencarnet: 5.0.3 -> 5.0.4
Diff: https://github.com/robinostlund/homeassistant-volkswagencarnet/compare/v5.0.3...v5.0.4 Changelog: https://github.com/robinostlund/homeassistant-volkswagencarnet/releases/tag/v5.0.4
This commit is contained in:
@@ -10,13 +10,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "robinostlund";
|
||||
domain = "volkswagencarnet";
|
||||
version = "5.0.3";
|
||||
version = "5.0.4";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "robinostlund";
|
||||
repo = "homeassistant-volkswagencarnet";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-3wykS2TYjr9hoQSPc1F3m5aDiLW1tzvQfjfjnr4N2Y0=";
|
||||
hash = "sha256-DhvbPIL/2l0GJIKdHnAGf+ldPslnVeT30FjIYsyeCoA=";
|
||||
};
|
||||
|
||||
dependencies = [ volkswagencarnet ];
|
||||
@@ -30,6 +30,7 @@ buildHomeAssistantComponent rec {
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/robinostlund/homeassistant-volkswagencarnet/releases/tag/${src.tag}";
|
||||
description = "Volkswagen Connect component for Home Assistant";
|
||||
homepage = "https://github.com/robinostlund/homeassistant-volkswagencarnet";
|
||||
license = lib.licenses.gpl3Only;
|
||||
|
||||
Reference in New Issue
Block a user