Unverified Commit b2b892ad authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

chatbox: 1.14.1 -> 1.14.3 (#421335)



Co-authored-by: default avatarc31io <celiogrand@outlook.com>
parents 0a132746 4f762fd5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
}:
let
  pname = "chatbox";
  version = "1.14.1";
  version = "1.14.3";

  src = fetchurl {
    url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
    hash = "sha256-2k2G6VMO83ztuknr4FRE0eUtsweV0eu9JSNgKaVuatQ=";
    hash = "sha256-Qsf58SQANBic3LHY52vzCHO9W74cdP0EWtHB2uL45R0=";
  };

  appimageContents = appimageTools.extract { inherit pname version src; };