diff options
author | Emile <git@emile.space> | 2023-10-31 20:30:01 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2023-10-31 20:30:01 +0100 |
commit | 5cb25d6c16ee847056266c9b9cd5d47d84875b57 (patch) | |
tree | b447049f24d8fc75d8a0d7e1920719ac2dc51132 | |
parent | 25496551dfae39409906323e8635721d2dcc342b (diff) |
add wyze_4_16_4_452
-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 |