home-assistant-custom-components.cable_modem_monitor: 3.14.0-beta.13 -> 3.14.0-beta.14 (#543592)

This commit is contained in:
Martin Weinelt
2026-07-19 21:33:33 +00:00
committed by GitHub
@@ -17,12 +17,12 @@
requests,
}:
let
version = "3.14.0-beta.13";
version = "3.14.0-beta.14";
src = fetchFromGitHub {
owner = "solentlabs";
repo = "cable_modem_monitor";
tag = "v${version}";
hash = "sha256-biQVMq2IoOdbpdP+zDfLXdl91++aKmN3EPQfvzEACyU=";
hash = "sha256-9spsEWLwRmWgWz6EZAGHaLmLgjQN2bQevrF1+XFvBtY=";
fetchLFS = true;
};