Unverified Commit 1fce8836 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

chatbox: 1.19.1 -> 1.20.0 (#507487)

parents d8f047b3 4a59d690
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
}:
let
  pname = "chatbox";
  version = "1.19.1";
  version = "1.20.0";

  src = fetchurl {
    url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
    hash = "sha256-xR653w7jiJlSHvbDcJG5pFjbgf/jZzbyx8C+pa0cPp4=";
    hash = "sha256-VzrAXWacrX6ldHdSw12RmElMdWmHiCsE3qPEPoJqFA0=";
  };

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