home-assistant-custom-components.garmin_connect: 0.2.30 -> 0.2.37
https://github.com/cyberjunky/home-assistant-garmin_connect/releases/tag/0.2.37
This commit is contained in:
@@ -9,13 +9,13 @@
|
||||
buildHomeAssistantComponent rec {
|
||||
owner = "cyberjunky";
|
||||
domain = "garmin_connect";
|
||||
version = "0.2.30";
|
||||
version = "0.2.37";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "cyberjunky";
|
||||
repo = "home-assistant-garmin_connect";
|
||||
tag = version;
|
||||
hash = "sha256-Gxz0mKVgs2o7IlhGJkz4JlKRb448IRFqK87Kn+Gebkk=";
|
||||
hash = "sha256-d6RbDplrdqvFGSDcTgoYzYLSHDYdXG3/XvFxj8IfSbY=";
|
||||
};
|
||||
|
||||
dependencies = [
|
||||
@@ -24,6 +24,7 @@ buildHomeAssistantComponent rec {
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://github.com/cyberjunky/home-assistant-garmin_connect/releases/tag/${src.tag}";
|
||||
description = "Garmin Connect integration allows you to expose data from Garmin Connect to Home Assistant";
|
||||
homepage = "https://github.com/cyberjunky/home-assistant-garmin_connect";
|
||||
maintainers = with maintainers; [
|
||||
|
||||
Reference in New Issue
Block a user