From 5cb25d6c16ee847056266c9b9cd5d47d84875b57 Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 31 Oct 2023 20:30:01 +0100 Subject: add wyze_4_16_4_452 --- flake.nix | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit 1.4.1