diff options
-rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index c80e7ac..afc8bd9 100644 --- a/flake.nix +++ b/flake.nix @@ -59,10 +59,19 @@ # Wyze Cam Outdoor Base Station Firmware "wyze-4_16_4_496" = rec { name = "Wyze Cam Outdoor Base Station Firmware ${version}"; + # https://download.wyzecam.com/firmware/base/wco_station_sd_4.16.4.496.zip basePath = "base"; version = "wco_station_sd_4.16.4.496"; hash = "sha256-pw0KLYrQlaKm/AnS0Qr18IQIDCgQcQnhwMfQ7C+Junk="; }; + "wyze-4_16_4_452" = rec { + name = "Wyze Cam Outdoor Base Station Firmware ${version}"; + # https://download.wyzecam.com/firmware/base/wco_sta_4.16.4.452.zip + basePath = "base"; + version = "wco_sta_4.16.4.452"; + hash = "sha256-pw0KLYrQlaKm/AnS0Qr18IQIDCgQcQnhwMfQ7C+Junk="; + }; + }; in { packages."aarch64-darwin" = let |