home-assistant-custom-components.cable_modem_monitor: 3.14.0-beta.10 -> 3.14.0-beta.11

This commit is contained in:
R. Ryantm
2026-06-23 14:17:24 +00:00
parent e051f70d7a
commit 58539fc78b
@@ -17,12 +17,12 @@
requests,
}:
let
version = "3.14.0-beta.10";
version = "3.14.0-beta.11";
src = fetchFromGitHub {
owner = "solentlabs";
repo = "cable_modem_monitor";
tag = "v${version}";
hash = "sha256-Tl5MQVaitq1I5CeajVrgwKvs6HT4WEKejPjz2IcfTqw=";
hash = "sha256-MvRDXwMfPS4yoOH4+KYj/215yu+FyTECU3UEb1e1//4=";
fetchLFS = true;
};