From 962f9c2aa1b9e79b23c176df3e4a620fd61a0047 Mon Sep 17 00:00:00 2001 From: Ryan Butler Date: Thu, 10 Oct 2024 21:58:00 -0400 Subject: [PATCH] seek-camera: bump seek sdk version --- flake.lock | 7 ++++--- flake.nix | 2 +- nix/shells/development.nix | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 7d5a2930..4f3d56de 100644 --- a/flake.lock +++ b/flake.lock @@ -139,15 +139,16 @@ "seekSdk": { "flake": false, "locked": { - "lastModified": 1660640538, - "narHash": "sha256-wI/DEP2frWJjGgh2+62E/CfICL/u5BMgbTqGDtqAt2I=", + "lastModified": 1728590564, + "narHash": "sha256-jf5F5KFI6t1GNeAn7Po51f9lRjmKCIg1fGrJ5hFGWZ4=", "owner": "worldcoin", "repo": "seek-thermal-sdk", - "rev": "b7480e6803d33c59607c0292c4628c4d6de6bbf9", + "rev": "feef1cc31bcd1d68dd5ab729708a7b43c698a873", "type": "github" }, "original": { "owner": "worldcoin", + "ref": "thebutlah/add-new-sdk", "repo": "seek-thermal-sdk", "type": "github" } diff --git a/flake.nix b/flake.nix index 20d82980..1cc208f9 100644 --- a/flake.nix +++ b/flake.nix @@ -19,7 +19,7 @@ }; # Replaces the need to have a git submodule. seekSdk = { - url = "github:worldcoin/seek-thermal-sdk"; + url = "github:worldcoin/seek-thermal-sdk/thebutlah/add-new-sdk"; flake = false; }; }; diff --git a/nix/shells/development.nix b/nix/shells/development.nix index 4c443c00..a02ac419 100644 --- a/nix/shells/development.nix +++ b/nix/shells/development.nix @@ -7,7 +7,7 @@ let p = instantiatedPkgs // { native = p.${system}; }; - seekSdkPath = seekSdk + "/Seek_Thermal_SDK_4.1.0.0"; + seekSdkPath = seekSdk + "/Seek_Thermal_SDK_4.4.2.20"; # Gets the same rust toolchain that rustup would have used. # Note: You don't *have* to do the build with `nix build`, # you can still `cargo zigbuild`.