Skip to content

Commit 196fbd4

Browse files
committed
lmstudio: 0.3.3 -> 0.3.4
1 parent e6f11b4 commit 196fbd4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pkgs/by-name/lm/lmstudio/darwin.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ stdenv.mkDerivation {
99
inherit meta pname version;
1010

1111
src = fetchurl {
12-
url = "https://releases.lmstudio.ai/darwin/arm64/${version}/LM-Studio-${version}-arm64.dmg";
13-
hash = "sha256-PmXekM7rHY8EIp6l2XiLQlxyIB00MJS5C0gzFfe1i70=";
12+
url = "https://releases.lmstudio.ai/darwin/arm64/${version}/3/LM-Studio-${version}-arm64.dmg";
13+
hash = "sha256-b9QJMZl42D3TL8nzoQ+Dtxhit8uzGp9gByeCCHyu6gw=";
1414
};
1515

1616
nativeBuildInputs = [ undmg ];

pkgs/by-name/lm/lmstudio/linux.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
}:
77
let
88
src = fetchurl {
9-
url = "https://releases.lmstudio.ai/linux/x86/${version}/1/LM_Studio-${version}.AppImage";
10-
hash = "sha256-B+V0MOn/07IEzUXiubO2TG/XvfDZDgttnK/buL/nHQY=";
9+
url = "https://releases.lmstudio.ai/linux/x86/${version}/3/LM_Studio-${version}.AppImage";
10+
hash = "sha256-5yArraRyNY1TLmgGSe/1Zsirm093w+6tvXJr4+xiVtY=";
1111
};
1212

1313
appimageContents = appimageTools.extractType2 { inherit pname version src; };

pkgs/by-name/lm/lmstudio/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}:
66
let
77
pname = "lmstudio";
8-
version = "0.3.3";
8+
version = "0.3.4";
99
meta = {
1010
description = "LM Studio is an easy to use desktop app for experimenting with local and open-source Large Language Models (LLMs)";
1111
homepage = "https://lmstudio.ai/";

0 commit comments

Comments
 (0)