Unverified Commit d654e19f authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

kardolus-chatgpt-cli: 1.8.12 -> 1.9.0 (#476683)

parents 87b4ee86 dfefd04c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,18 +9,18 @@ buildGoModule (finalAttrs: {
  # "chatgpt-cli" is taken by another package with the same upsteam name.
  # To keep "pname" and "package attribute name" identical, the owners name (kardolus) gets prefixed as identifier.
  pname = "kardolus-chatgpt-cli";
  version = "1.8.12";
  version = "1.9.0";

  src = fetchFromGitHub {
    owner = "kardolus";
    repo = "chatgpt-cli";
    rev = "v${finalAttrs.version}";
    hash = "sha256-5/gRFecSge1iPLZdhO9e8eGqYXgLVvhkzq1SS0sWOBQ=";
    hash = "sha256-Ya8Ttud9sJ94jdZK7LctGI5kcHcIonzcmsAteelkLYY=";
  };

  vendorHash = null;
  # The tests of kardolus/chatgpt-cli require an OpenAI API Key to be present in the environment,
  # (e.g. https://github.com/kardolus/chatgpt-cli/blob/v1.8.12/test/contract/contract_test.go#L35)
  # (e.g. https://github.com/kardolus/chatgpt-cli/blob/v1.9.0/test/contract/contract_test.go#L35)
  # which will not be the case in the pipeline.
  # Therefore, tests must be skipped.
  doCheck = false;