chatbox: 1.13.4 -> 1.14.1

This commit is contained in:
R. Ryantm
2025-06-21 08:36:53 +00:00
parent b8d24418ab
commit 3332264100
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
pname = "chatbox";
version = "1.13.4";
version = "1.14.1";
src = fetchurl {
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
hash = "sha256-pNRHDP3xbOix0wqSGaBAksGbzDXnq6I00t/A7cDkPzQ=";
hash = "sha256-2k2G6VMO83ztuknr4FRE0eUtsweV0eu9JSNgKaVuatQ=";
};
appimageContents = appimageTools.extract { inherit pname version src; };