chatbox: 1.12.3 -> 1.13.2

This commit is contained in:
R. Ryantm
2025-06-01 16:35:58 +00:00
parent c51f96fa0b
commit a3bca8eac9
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
pname = "chatbox";
version = "1.12.3";
version = "1.13.2";
src = fetchurl {
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
hash = "sha256-/jrieUFKGSZT59e0q42rmUeDslHWgEPga/7jg8375sw=";
hash = "sha256-90Nni9HhDLmyw22q2eRTvwOowMjYuY+olyLCV6cRGq8=";
};
appimageContents = appimageTools.extract { inherit pname version src; };