diff options
author | Emile <git@emile.space> | 2023-10-31 21:03:21 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2023-10-31 21:03:21 +0100 |
commit | 2e154b68139f3a5a3831a7c8e6161ae82f115a63 (patch) | |
tree | 1c3022f5810dbd1865443a7bc2a6a3bc4c37bfb5 | |
parent | 5f5354aa40abbef8c892aac82e8b463c49cff4c5 (diff) |
wcov -> wco
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 3287461..42bc2e0 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ }; "wyze-4_17_3_93" = rec { name = "Wyze Cam Outdoor v1 Firmware ${version}"; - basePath = "wcov"; + basePath = "wco"; version = "wco_cam_sd_4.17.3.93"; hash = "sha256-9iS8rR9ncKQUMcf17lwHFYBD3GbDhLYvZEUopcZfoPY="; }; |