mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +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
|
||||
pname = "chatbox";
|
||||
version = "1.12.0";
|
||||
version = "1.12.3";
|
||||
|
||||
src = fetchurl {
|
||||
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; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue