mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
chatbox: 1.12.0 -> 1.12.3
This commit is contained in:
parent
88cb04966c
commit
415b8b0973
1 changed files with 2 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "chatbox";
|
pname = "chatbox";
|
||||||
version = "1.12.0";
|
version = "1.12.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
|
url = "https://download.chatboxai.app/releases/Chatbox-${version}-x86_64.AppImage";
|
||||||
hash = "sha256-uSusmtLRTTwp/5xH5CRRSAoojgCWZzeFwpkxc4r+24Y=";
|
hash = "sha256-/jrieUFKGSZT59e0q42rmUeDslHWgEPga/7jg8375sw=";
|
||||||
};
|
};
|
||||||
|
|
||||||
appimageContents = appimageTools.extract { inherit pname version src; };
|
appimageContents = appimageTools.extract { inherit pname version src; };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue