chore(macos): update Peekaboo source (#126709)

This commit is contained in:
Peter Steinberger
2026-08-20 09:04:16 -07:00
committed by GitHub
parent fa75cdd01c
commit 2613565132
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"originHash" : "9192d83763432d1dc27bc11b5af000b4c5f3d3515e3ddefb673899c4f97e0c31",
"originHash" : "949a355d05c2a77feedbaf17a498146c576e7e7c8b12a741670a37cfb2501561",
"pins" : [
{
"identity" : "axorcist",
@@ -60,7 +60,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/openclaw/Peekaboo.git",
"state" : {
"revision" : "05675b0b5e2c382146963e19493787d9dac0d45b"
"revision" : "028cd9eb2d7b413c26f02f169c5f6224b2fcb3e0"
}
},
{
+1 -1
View File
@@ -22,7 +22,7 @@ let package = Package(
.package(url: "https://github.com/sparkle-project/Sparkle", from: "2.9.0"),
.package(
url: "https://github.com/openclaw/Peekaboo.git",
revision: "05675b0b5e2c382146963e19493787d9dac0d45b"),
revision: "028cd9eb2d7b413c26f02f169c5f6224b2fcb3e0"),
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.3.1"),
.package(path: "../shared/OpenClawKit"),
.package(path: "../shared/OpenClawMLXTTSProtocol"),