chatbox: 1.20.0 -> 1.20.1 (#510132)

This commit is contained in:
Nick Cao
2026-04-15 20:26:55 +00:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
pname = "chatbox";
version = "1.20.0";
version = "1.20.1";
src = fetchurl {
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
hash = "sha256-VzrAXWacrX6ldHdSw12RmElMdWmHiCsE3qPEPoJqFA0=";
hash = "sha256-975ythOgMwN0/EbXB9GCxnS0aO4z9NxRpfASborU+As=";
};
appimageContents = appimageTools.extract { inherit pname version src; };