File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ] ;
Original file line number Diff line number Diff line change 66} :
77let
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 ; } ;
Original file line number Diff line number Diff line change 55} :
66let
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/" ;
You can’t perform that action at this time.
0 commit comments