Skip to content

Commit

Permalink
lmstudio: 0.2.18 -> 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 27, 2024
1 parent 60cb88c commit f8d9330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/lm/lmstudio/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; };
Expand Down

0 comments on commit f8d9330

Please sign in to comment.