From e911f1c5482ce480ac394d2985e6bb8cf0159b8c Mon Sep 17 00:00:00 2001 From: Emile Date: Tue, 31 Oct 2023 22:52:13 +0100 Subject: cam pan v3 firmware --- flake.lock | 6 +++--- flake.nix | 9 +++++++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index fee0fe9..af8e5f2 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1698774679, - "narHash": "sha256-xwsch2CCXbGgpPYkxK7F2Qc2qZhNzxEQ3riwbkq/AOs=", + "lastModified": 1698786508, + "narHash": "sha256-/ABgvSI8Kpsze/z7X4pJONaCtvWn8RF1oqz1rPZ045Q=", "owner": "nixos", "repo": "nixpkgs", - "rev": "34de4b6b50ceb6e7ba422bdac06703ab83677f51", + "rev": "e35741a05ce30048992cc1571602526b47a5623b", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 33e9db7..d28b9c4 100644 --- a/flake.nix +++ b/flake.nix @@ -72,6 +72,15 @@ hash = "sha256-cbwaqN2NaqI5AQXa4movTrJAnxgk/3KbOU2KKApCtx8="; }; + # Wyze Cam Pan v3 Firmware + "wyze-4.50.3.4240" = rec { + name = "Wyze Cam Pan v3 Firmware ${version}"; + # https://download.wyzecam.com/firmware/Panv3/recovery_wyzepan3_4.50.3.4240.bin.zip + basePath = "Panv3"; + version = "recovery_wyzepan3_4.50.3.4240.bin"; + hash = "sha256-cbwaqN2NaqI5AQXa4movTrJAnxgk/3KbOU2KKApCtx8="; + }; + }; in { packages."aarch64-darwin" = let -- cgit 1.4.1