kardolus-chatgpt-cli: 1.8.4 -> 1.8.5 (#430206)

Co-authored-by: RalleKa <RalleKa@users.noreply.github.com>

authored by nixpkgs-merge-bot[bot] RalleKa and committed by GitHub d8c07e01 c3003a57

+3 -3
+3 -3
pkgs/by-name/ka/kardolus-chatgpt-cli/package.nix
··· 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.4"; 13 14 src = fetchFromGitHub { 15 owner = "kardolus"; 16 repo = "chatgpt-cli"; 17 rev = "v${finalAttrs.version}"; 18 - hash = "sha256-vr61SrIYun6KUB9u+ZtUmdGO/ks2aQnAMAQ0g6QPaho="; 19 }; 20 21 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.4/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.5"; 13 14 src = fetchFromGitHub { 15 owner = "kardolus"; 16 repo = "chatgpt-cli"; 17 rev = "v${finalAttrs.version}"; 18 + hash = "sha256-TXdxqPoyt3VUeHVkbB0UjNcCqaf+5Xve95RMQOEagTM="; 19 }; 20 21 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.5/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;