Skip to content

Commit

Permalink
Pull in driver fix for bad malloc that could cause crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
wheaney committed Dec 19, 2023
1 parent 94d1ac9 commit 3eab74a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decky-xrealAir",
"version": "0.4.3",
"version": "0.4.4",
"description": "Virtual display and head-tracking modes for the XREAL Air glasses",
"scripts": {
"build": "shx rm -rf dist && rollup -c",
Expand Down Expand Up @@ -58,13 +58,13 @@
"custom_remote_binary": [
{
"name": "breezy_vulkan_setup",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v0.4.2-beta/breezy_vulkan_setup",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v0.4.3-beta/breezy_vulkan_setup",
"sha256hash": "74b2d30b89b7dfa96d42fcffe3079a6a0f823adf444432666f2bb77f1039547b"
},
{
"name": "breezyVulkan.tar.gz",
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v0.4.2-beta/breezyVulkan.tar.gz",
"sha256hash": "6a85051404475e122b9205f6de27f1f3cd4db761f0706d008d1927349fd8f3d7"
"url": "https://github.com/wheaney/breezy-desktop/releases/download/v0.4.3-beta/breezyVulkan.tar.gz",
"sha256hash": "df656f347ff352ad9a8bd2437968e84c4e835c54b2351448857e8eacc13cd9d7"
}
]
}

0 comments on commit 3eab74a

Please # to comment.