···9 # "chatgpt-cli" is taken by another package with the same upsteam name.
10 # To keep "pname" and "package attribute name" identical, the owners name (kardolus) gets prefixed as identifier.
11 pname = "kardolus-chatgpt-cli";
12- version = "1.8.8";
1314 src = fetchFromGitHub {
15 owner = "kardolus";
16 repo = "chatgpt-cli";
17 rev = "v${finalAttrs.version}";
18- hash = "sha256-KdE4TzCkqIzs8xPYflHFpWqpUKqMMxy1YwfNRvyLc08=";
19 };
2021 vendorHash = null;
22 # The tests of kardolus/chatgpt-cli require an OpenAI API Key to be present in the environment,
23- # (e.g. https://github.com/kardolus/chatgpt-cli/blob/v1.8.8/test/contract/contract_test.go#L35)
24 # which will not be the case in the pipeline.
25 # Therefore, tests must be skipped.
26 doCheck = false;
···9 # "chatgpt-cli" is taken by another package with the same upsteam name.
10 # To keep "pname" and "package attribute name" identical, the owners name (kardolus) gets prefixed as identifier.
11 pname = "kardolus-chatgpt-cli";
12+ version = "1.8.9";
1314 src = fetchFromGitHub {
15 owner = "kardolus";
16 repo = "chatgpt-cli";
17 rev = "v${finalAttrs.version}";
18+ hash = "sha256-XC8Uzrm8OjyEvdYArFt6rJJYrXKJeG3QgaOqgUyFNmw=";
19 };
2021 vendorHash = null;
22 # The tests of kardolus/chatgpt-cli require an OpenAI API Key to be present in the environment,
23+ # (e.g. https://github.com/kardolus/chatgpt-cli/blob/v1.8.9/test/contract/contract_test.go#L35)
24 # which will not be the case in the pipeline.
25 # Therefore, tests must be skipped.
26 doCheck = false;