Loading pkgs/by-name/lm/lmstudio/darwin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ stdenv.mkDerivation { src = fetchurl { url = "https://releases.lmstudio.ai/darwin/arm64/${version}/LM%20Studio-${version}-arm64.dmg"; hash = "sha256-8m+gLZqX1rz8kVxEo880FKvU046juaO2DneeBg7Sc70="; hash = "sha256-KC4nXhMkrRDRtLPnpD5UTyKzQ+xH9jhZZHnjk9gDVfo="; }; nativeBuildInputs = [ undmg ]; Loading pkgs/by-name/lm/lmstudio/linux.nix +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ let src = fetchurl { url = "https://releases.lmstudio.ai/linux/x86/${version}/LM_Studio-${version}.AppImage"; hash = "sha256-zkTSa0wgKcyKywnIZPF0b6ZzKtyHn3hqjrQPgILF0eI="; hash = "sha256-w+g7/YezpOr/mBNZbmtLMPt3xTRDIHgGTSroo6mRXxw="; }; appimageContents = appimageTools.extractType2 { inherit pname version src; }; Loading pkgs/by-name/lm/lmstudio/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ }: let pname = "lmstudio"; version = "0.3.1"; version = "0.3.2"; 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/"; Loading Loading
pkgs/by-name/lm/lmstudio/darwin.nix +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ stdenv.mkDerivation { src = fetchurl { url = "https://releases.lmstudio.ai/darwin/arm64/${version}/LM%20Studio-${version}-arm64.dmg"; hash = "sha256-8m+gLZqX1rz8kVxEo880FKvU046juaO2DneeBg7Sc70="; hash = "sha256-KC4nXhMkrRDRtLPnpD5UTyKzQ+xH9jhZZHnjk9gDVfo="; }; nativeBuildInputs = [ undmg ]; Loading
pkgs/by-name/lm/lmstudio/linux.nix +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ let src = fetchurl { url = "https://releases.lmstudio.ai/linux/x86/${version}/LM_Studio-${version}.AppImage"; hash = "sha256-zkTSa0wgKcyKywnIZPF0b6ZzKtyHn3hqjrQPgILF0eI="; hash = "sha256-w+g7/YezpOr/mBNZbmtLMPt3xTRDIHgGTSroo6mRXxw="; }; appimageContents = appimageTools.extractType2 { inherit pname version src; }; Loading
pkgs/by-name/lm/lmstudio/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ }: let pname = "lmstudio"; version = "0.3.1"; version = "0.3.2"; 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/"; Loading