chatbox: 1.20.1 -> 1.20.3 (#515754)

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