lmstudio: 0.4.6.1 -> 0.4.7.4 (#501195)

This commit is contained in:
Sandro
2026-03-22 22:58:48 +00:00
committed by GitHub
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -7,12 +7,12 @@
let
pname = "lmstudio";
version_aarch64-linux = "0.4.5-2";
hash_aarch64-linux = "sha256-BeF9FNMde9RW2icdq07zkWQafge7ViWKvR+xupRIdjE=";
version_aarch64-darwin = "0.4.6-1";
hash_aarch64-darwin = "sha256-CpeBUXpBAOJPEZAb3neY5pWRSGNcy4Usgsm6qyI5PVA=";
version_x86_64-linux = "0.4.6-1";
hash_x86_64-linux = "sha256-FHZ64zmnqHrQyX4ift/lVUzW+HiCVkXpWVa4hkssX/k=";
version_aarch64-linux = "0.4.7-4";
hash_aarch64-linux = "sha256-4gGg8CULPhAw1ZytaHmJNBqNyVVNO2LV+tm3AUi2sJo=";
version_aarch64-darwin = "0.4.7-4";
hash_aarch64-darwin = "sha256-V0m5oK+HCBaZPr6tAJVa98jb3IEPWs6ccAa/1GXsgy8=";
version_x86_64-linux = "0.4.7-4";
hash_x86_64-linux = "sha256-2dSgBr2B+PIUi/YCBmXDWXQWEEId6Qymh1JQuAPG/xU=";
meta = {
description = "LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs)";
+1 -1
View File
@@ -3,7 +3,7 @@
set -euo pipefail
for system in "aarch64-darwin darwin/arm64" "x86_64-linux linux/x64"; do
for system in "aarch64-darwin darwin/arm64" "x86_64-linux linux/x64" "aarch64-linux linux/arm64"; do
# shellcheck disable=SC2086
set -- ${system} # split string into variables $1 and $2