gpt-cli: 0.4.0 -> 0.4.1 (#395322)
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
}:
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "gpt-cli";
|
||||
version = "0.4.0";
|
||||
version = "0.4.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kharvd";
|
||||
repo = "gpt-cli";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-VUDkY0r1/2kSJ0afEIsuWg6JSZpKPVuRgUcmoucWBps=";
|
||||
hash = "sha256-G8iepcjZFMTwsMhtGYmVOK9NkHXLqLet5SJWDAx1usg=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
@@ -52,7 +52,7 @@ python3Packages.buildPythonApplication rec {
|
||||
meta = {
|
||||
description = "Command-line interface for ChatGPT, Claude and Bard";
|
||||
homepage = "https://github.com/kharvd/gpt-cli";
|
||||
changelog = "https://github.com/kharvd/gpt-cli/releases/tag/v${version}";
|
||||
changelog = "https://github.com/kharvd/gpt-cli/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ _404wolf ];
|
||||
mainProgram = "gpt";
|
||||
|
||||
Reference in New Issue
Block a user