about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2023-10-31 22:52:13 +0100
committerEmile <git@emile.space>2023-10-31 22:52:13 +0100
commite911f1c5482ce480ac394d2985e6bb8cf0159b8c (patch)
treed25f71d704f6f28df65f8aed33e277d7af074062
parent810d029b5e5c344ef5a8ec3a3dce1d2a7bcee0f5 (diff)
cam pan v3 firmware
-rw-r--r--flake.lock6
-rw-r--r--flake.nix9
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