kardolus-chatgpt-cli: 1.8.5 -> 1.8.6 (#432637)

authored by

Nick Cao and committed by
GitHub
f0b02144 c964936e

+3 -3
+3 -3
pkgs/by-name/ka/kardolus-chatgpt-cli/package.nix
··· 9 9 # "chatgpt-cli" is taken by another package with the same upsteam name. 10 10 # To keep "pname" and "package attribute name" identical, the owners name (kardolus) gets prefixed as identifier. 11 11 pname = "kardolus-chatgpt-cli"; 12 - version = "1.8.5"; 12 + version = "1.8.6"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "kardolus"; 16 16 repo = "chatgpt-cli"; 17 17 rev = "v${finalAttrs.version}"; 18 - hash = "sha256-TXdxqPoyt3VUeHVkbB0UjNcCqaf+5Xve95RMQOEagTM="; 18 + hash = "sha256-ggakrfeV6guGhBbA45A78oMFQSMqh9+yvJK+cic1JdY="; 19 19 }; 20 20 21 21 vendorHash = null; 22 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) 23 + # (e.g. https://github.com/kardolus/chatgpt-cli/blob/v1.8.6/test/contract/contract_test.go#L35) 24 24 # which will not be the case in the pipeline. 25 25 # Therefore, tests must be skipped. 26 26 doCheck = false;