home-assistant-custom-components.cable_modem_monitor: 3.14.0-beta.6 -> 3.14.0-beta.10 (#524828)

This commit is contained in:
Martin Weinelt 2026-06-06 00:29:36 +00:00 committed by GitHub
commit b99e1dabec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,12 +17,12 @@
requests,
}:
let
version = "3.14.0-beta.6";
version = "3.14.0-beta.10";
src = fetchFromGitHub {
owner = "solentlabs";
repo = "cable_modem_monitor";
tag = "v${version}";
hash = "sha256-1Mkowy23ct8QGKe5m6XIyEE4SfAbRLlOmTzTsPHY+iw=";
hash = "sha256-Tl5MQVaitq1I5CeajVrgwKvs6HT4WEKejPjz2IcfTqw=";
fetchLFS = true;
};