home-assistant-custom-components.alarmo: 1.10.7 -> 1.10.8 (#407558)

This commit is contained in:
Martin Weinelt
2025-05-16 11:31:49 +02:00
committed by GitHub
@@ -7,13 +7,13 @@
buildHomeAssistantComponent rec {
owner = "nielsfaber";
domain = "alarmo";
version = "1.10.7";
version = "1.10.8";
src = fetchFromGitHub {
owner = "nielsfaber";
repo = "alarmo";
tag = "v${version}";
hash = "sha256-EFR8GveMNpwhrIA0nP+Ny3YUTHAOFw+IF72hH1+wMSM=";
hash = "sha256-XfeUjZ9icgWFfeJabib1KlrGuGJKuoOZuJH/OFMw/4M=";
};
postPatch = ''
@@ -25,6 +25,6 @@ buildHomeAssistantComponent rec {
description = "Alarm System for Home Assistant";
homepage = "https://github.com/nielsfaber/alarmo";
maintainers = with maintainers; [ mindstorms6 ];
license = licenses.unfree;
license = licenses.asl20;
};
}