chatbox: 1.12.3 -> 1.13.2 (#412979)

This commit is contained in:
Aleksana
2025-06-11 18:39:16 +08:00
committed by GitHub
+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; };