lmstudio: 0.2.31 -> 0.3.1

This commit is contained in:
Dean Eckert 2024-08-25 22:33:10 +02:00
parent 5f18935823
commit 9c67da2873
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

View File

@ -9,8 +9,8 @@ stdenv.mkDerivation {
inherit meta pname version;
src = fetchurl {
url = "https://releases.lmstudio.ai/mac/arm64/${version}/1/LM-Studio-${version}-arm64.dmg";
hash = "sha256-ZitdLHuGIH22Ohk7UWVz32BPFTj796HoR+5zEs5rh6E=";
url = "https://releases.lmstudio.ai/darwin/arm64/${version}/LM%20Studio-${version}-arm64.dmg";
hash = "sha256-8m+gLZqX1rz8kVxEo880FKvU046juaO2DneeBg7Sc70=";
};
nativeBuildInputs = [ undmg ];

View File

@ -6,8 +6,8 @@
}:
let
src = fetchurl {
url = "https://files.lmstudio.ai/linux/${version}/beta/LM_Studio-${version}.AppImage";
hash = "sha256-zC8QQNsT1X8ICiYLy/jYMVp8w8NP7ghtVF06UMC4eOg=";
url = "https://releases.lmstudio.ai/linux/x86/${version}/LM_Studio-${version}.AppImage";
hash = "sha256-zkTSa0wgKcyKywnIZPF0b6ZzKtyHn3hqjrQPgILF0eI=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };

View File

@ -5,7 +5,7 @@
}:
let
pname = "lmstudio";
version = "0.2.31";
version = "0.3.1";
meta = {
description = "LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs)";
homepage = "https://lmstudio.ai/";