mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
home-assistant-custom-components.cable_modem_monitor: 3.14.0-beta.6 -> 3.14.0-beta.10 (#524828)
This commit is contained in:
commit
b99e1dabec
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue