chatbox: 1.18.2 -> 1.18.4

This commit is contained in:
R. Ryantm
2026-01-19 11:27:30 +00:00
parent 27b5557239
commit 5efe599680
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
pname = "chatbox";
version = "1.18.2";
version = "1.18.4";
src = fetchurl {
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
hash = "sha256-5SDoObRi+Zwq4ZvnPz1dYvjhU5oLHbbAG4X4E8KfFbA=";
hash = "sha256-6BUvwL87ndtI2lFMcNKxpdOpn+EyUhAK9jc+a/zpjpU=";
};
appimageContents = appimageTools.extract { inherit pname version src; };