diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 5bd12d6..33e9db7 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ }; "wyze-4_17_4_394" = rec { name = "Wyze Cam Outdoor v1 Firmware ${version}"; - basePath = "wcov"; + basePath = "wco"; version = "wco_cam_4.17.4.394"; hash = "sha256-x0hnWHhkFu8jIPcQjJaIIIiz6lLsC1A+2uDErhNLmKQ="; }; |