chatbox: 1.15.0 -> 1.15.2

This commit is contained in:
R. Ryantm
2025-07-27 12:26:49 +00:00
parent 286ea57c5e
commit 8d98d1229b
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
pname = "chatbox";
version = "1.15.0";
version = "1.15.2";
src = fetchurl {
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
hash = "sha256-TtYKOCnMuStoPSQfwXfLFli+qv2NVgiXJPCYylCgs6A=";
hash = "sha256-KxL073BIfZfjFndwtkDNXwlt1xny76BMV9CQF3x7ATQ=";
};
appimageContents = appimageTools.extract { inherit pname version src; };