···99 # "chatgpt-cli" is taken by another package with the same upsteam name.
1010 # To keep "pname" and "package attribute name" identical, the owners name (kardolus) gets prefixed as identifier.
1111 pname = "kardolus-chatgpt-cli";
1212- version = "1.8.8";
1212+ version = "1.8.9";
13131414 src = fetchFromGitHub {
1515 owner = "kardolus";
1616 repo = "chatgpt-cli";
1717 rev = "v${finalAttrs.version}";
1818- hash = "sha256-KdE4TzCkqIzs8xPYflHFpWqpUKqMMxy1YwfNRvyLc08=";
1818+ hash = "sha256-XC8Uzrm8OjyEvdYArFt6rJJYrXKJeG3QgaOqgUyFNmw=";
1919 };
20202121 vendorHash = null;
2222 # The tests of kardolus/chatgpt-cli require an OpenAI API Key to be present in the environment,
2323- # (e.g. https://github.com/kardolus/chatgpt-cli/blob/v1.8.8/test/contract/contract_test.go#L35)
2323+ # (e.g. https://github.com/kardolus/chatgpt-cli/blob/v1.8.9/test/contract/contract_test.go#L35)
2424 # which will not be the case in the pipeline.
2525 # Therefore, tests must be skipped.
2626 doCheck = false;