chatbox: 1.14.3 -> 1.15.0 (#424178)

Co-authored-by: c31io <celiogrand@outlook.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-07-16 08:33:11 +00:00 committed by GitHub
commit 43db7f62c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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; };