chatbox: 1.14.3 -> 1.15.0

This commit is contained in:
R. Ryantm 2025-07-10 22:41:06 +00:00
parent 52809155bd
commit c5f91ea810

View File

@ -6,11 +6,11 @@
}:
let
pname = "chatbox";
version = "1.14.3";
version = "1.15.0";
src = fetchurl {
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
hash = "sha256-Qsf58SQANBic3LHY52vzCHO9W74cdP0EWtHB2uL45R0=";
hash = "sha256-TtYKOCnMuStoPSQfwXfLFli+qv2NVgiXJPCYylCgs6A=";
};
appimageContents = appimageTools.extract { inherit pname version src; };