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

chatbox: 1.16.4 -> 1.17.0 (#457996)

parents c29d5ee3 329c6890
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@
}:
let
  pname = "chatbox";
  version = "1.16.4";
  version = "1.17.0";

  src = fetchurl {
    url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
    hash = "sha256-hLYOiSIOOTjBH0bxWeji7IzH9F38+e10MCXm88YgYdQ=";
    hash = "sha256-1TXaRZmmN8dYhCODDBXYDIE/0Rf4K5/4MAliuAZjmJw=";
  };

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