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,
|
||||
versionCheckHook,
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "gpt-cli";
|
||||
version = "0.4.1";
|
||||
version = "0.4.3";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "kharvd";
|
||||
repo = "gpt-cli";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-G8iepcjZFMTwsMhtGYmVOK9NkHXLqLet5SJWDAx1usg=";
|
||||
hash = "sha256-BNSMxf3rhKieXYnFqVdpiHmNCDjotJUflwa6mAgsVCc=";
|
||||
};
|
||||
|
||||
build-system = with python3Packages; [
|
||||
@ -28,6 +29,7 @@ python3Packages.buildPythonApplication rec {
|
||||
attrs
|
||||
black
|
||||
cohere
|
||||
google-genai
|
||||
google-generativeai
|
||||
openai
|
||||
prompt-toolkit
|
||||
@ -46,7 +48,9 @@ python3Packages.buildPythonApplication rec {
|
||||
++ [
|
||||
versionCheckHook
|
||||
];
|
||||
|
||||
versionCheckProgram = "${placeholder "out"}/bin/gpt";
|
||||
|
||||
versionCheckProgramArg = "--version";
|
||||
|
||||
meta = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user