chatbox: 1.12.0 -> 1.12.3 (#406156)

Co-authored-by: c31io <celiogrand@outlook.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-05-12 11:33:13 +00:00
committed by GitHub
co-authored by c31io
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
pname = "chatbox";
version = "1.12.0";
version = "1.12.3";
src = fetchurl {
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
hash = "sha256-uSusmtLRTTwp/5xH5CRRSAoojgCWZzeFwpkxc4r+24Y=";
hash = "sha256-/jrieUFKGSZT59e0q42rmUeDslHWgEPga/7jg8375sw=";
};
appimageContents = appimageTools.extract { inherit pname version src; };