gpt-cli: 0.4.1 -> 0.4.3
Changelog: https://github.com/kharvd/gpt-cli/releases/tag/v0.4.3
This commit is contained in:
parent
b168739e29
commit
564fbe4246
@ -4,16 +4,17 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
versionCheckHook,
|
versionCheckHook,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "gpt-cli";
|
pname = "gpt-cli";
|
||||||
version = "0.4.1";
|
version = "0.4.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "kharvd";
|
owner = "kharvd";
|
||||||
repo = "gpt-cli";
|
repo = "gpt-cli";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-G8iepcjZFMTwsMhtGYmVOK9NkHXLqLet5SJWDAx1usg=";
|
hash = "sha256-BNSMxf3rhKieXYnFqVdpiHmNCDjotJUflwa6mAgsVCc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = with python3Packages; [
|
build-system = with python3Packages; [
|
||||||
@ -28,6 +29,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
attrs
|
attrs
|
||||||
black
|
black
|
||||||
cohere
|
cohere
|
||||||
|
google-genai
|
||||||
google-generativeai
|
google-generativeai
|
||||||
openai
|
openai
|
||||||
prompt-toolkit
|
prompt-toolkit
|
||||||
@ -46,7 +48,9 @@ python3Packages.buildPythonApplication rec {
|
|||||||
++ [
|
++ [
|
||||||
versionCheckHook
|
versionCheckHook
|
||||||
];
|
];
|
||||||
|
|
||||||
versionCheckProgram = "${placeholder "out"}/bin/gpt";
|
versionCheckProgram = "${placeholder "out"}/bin/gpt";
|
||||||
|
|
||||||
versionCheckProgramArg = "--version";
|
versionCheckProgramArg = "--version";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user