lmstudio: 0.2.24 -> 0.2.25

This commit is contained in:
Dean Eckert 2024-06-16 22:41:02 +02:00
parent 011d47ec63
commit 7712ff7afe
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://releases.lmstudio.ai/mac/arm64/${version}/latest/LM-Studio-${version}-arm64.dmg";
hash = "sha256-wl3uyRtqY5w8NnESBKcP+CicIh8cCkKmrcVuiijzzTQ=";
hash = "sha256-byS0LNJQjs/+sf2anhTAdsXUWad9HujxmLx5uEfdlo8=";
};
nativeBuildInputs = [ undmg ];

View File

@ -7,8 +7,8 @@
}:
let
src = fetchurl {
url = "https://releases.lmstudio.ai/linux/${version}/beta/LM_Studio-${version}.AppImage";
hash = "sha256-1ahPRRgcYfW9eD04yeF4ft+yLn9+nIPOV5Vkv7rMiT8=";
url = "https://releases.lmstudio.ai/linux/x86/${version}/beta/LM_Studio-${version}.AppImage";
hash = "sha256-2a3ac+0m3C/YyPM0Waia+x2Q/lodfbyHNvlbB2AHT78=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };