chatbox: 1.17.1 -> 1.18.1 (#466322)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-02 06:41:06 +00:00
committed by GitHub
+2 -2
View File
@@ -6,11 +6,11 @@
}:
let
pname = "chatbox";
version = "1.17.1";
version = "1.18.1";
src = fetchurl {
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
hash = "sha256-5R20rUW+M2mZ7NkuNWQUnd+UsOb3aFQtRXurYw1rDaI=";
hash = "sha256-ZrMG/MxpJqByrST4IXufayw0Hg9t35nfvvIS2MrLcw8=";
};
appimageContents = appimageTools.extract { inherit pname version src; };