chore(macos): update Peekaboo revision (#125364)

This commit is contained in:
Peter Steinberger
2026-08-17 12:19:35 -07:00
committed by GitHub
parent 7f3b65e783
commit be58fcb565
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{
"originHash" : "07a0ad2130048d602c404224b9c6b7a17ce9751536369cfec603701121bf93df",
"originHash" : "3d772c15878cee29346b54b6cb85f5a08bff6570cfbee044b340bc8d1b2e57fa",
"pins" : [
{
"identity" : "axorcist",
@@ -60,7 +60,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/openclaw/Peekaboo.git",
"state" : {
"revision" : "a48c462c757acbf320b22a6c9b34852e26bcb763"
"revision" : "6ba9ade8e76a3743e6c9a0ddd915a62fc59f4605"
}
},
{
+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: "a48c462c757acbf320b22a6c9b34852e26bcb763"),
revision: "6ba9ade8e76a3743e6c9a0ddd915a62fc59f4605"),
.package(url: "https://github.com/pointfreeco/swift-concurrency-extras", from: "1.3.1"),
.package(path: "../shared/OpenClawKit"),
.package(path: "../shared/OpenClawMLXTTSProtocol"),