chatbox: 1.17.1 -> 1.18.1

This commit is contained in:
R. Ryantm
2025-11-29 17:28:30 +00:00
parent 2c1e21b3f2
commit 07c0fc66ba
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
pname = "chatbox";
version = "1.17.1";
version = "1.18.1";
src = fetchurl {
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
hash = "sha256-5R20rUW+M2mZ7NkuNWQUnd+UsOb3aFQtRXurYw1rDaI=";
hash = "sha256-ZrMG/MxpJqByrST4IXufayw0Hg9t35nfvvIS2MrLcw8=";
};
appimageContents = appimageTools.extract { inherit pname version src; };