Merge pull request #307335 from r-ryantm/auto-update/lmstudio

lmstudio: 0.2.18 -> 0.2.20
This commit is contained in:
Pol Dellaiera 2024-04-28 07:04:40 +02:00 committed by GitHub
commit 9516f3c963
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,10 +5,10 @@
let
pname = "lmstudio";
version = "0.2.18";
version = "0.2.20";
src = fetchurl {
url = "https://releases.lmstudio.ai/linux/${version}/beta/LM_Studio-${version}.AppImage";
hash = "sha256-cUa0fjV7xx6+2tnGVP7uLG0QQb44LhP2nYsn6Qn0al4=";
hash = "sha256-T92ZDqGvxJfBkAWsK8EgHdQZnLefK3gDP2vCTL8X+eM=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };