Unverified Commit 364d91b2 authored by Thierry Delafontaine's avatar Thierry Delafontaine
Browse files

codex: 0.11.0 -> 0.14.0

Closes #431430
parent 4c1e6a27
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -14,18 +14,18 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "codex";
  version = "0.11.0";
  version = "0.14.0";

  src = fetchFromGitHub {
    owner = "openai";
    repo = "codex";
    tag = "rust-v${finalAttrs.version}";
    hash = "sha256-t7FgR84alnJGhN/dsFtUySFfOpGoBlRfP+D/Q6JPz5M=";
    hash = "sha256-qpYkD8fpnlTJ7RLAQrfswLFc58l/KY0x8NgGl/msG/I=";
  };

  sourceRoot = "${finalAttrs.src.name}/codex-rs";

  cargoHash = "sha256-SNl6UXzvtVR+ep7CIoCcpvET8Hs7ew1fmHqOXbzN7kU=";
  cargoHash = "sha256-oPWkxEMnffDZ7cmjWmmYGurYnHn4vYu64BhG7NhrxhE=";

  nativeBuildInputs = [
    installShellFiles
@@ -49,6 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    "--skip=includes_base_instructions_override_in_request" # Fails with 'stream ended unexpectedly: InternalAgentDied'
    "--skip=includes_user_instructions_message_in_request" # Fails with 'stream ended unexpectedly: InternalAgentDied'
    "--skip=originator_config_override_is_used" # Fails with 'stream ended unexpectedly: InternalAgentDied'
    "--skip=azure_overrides_assign_properties_used_for_responses_url" # Panics
    "--skip=test_conversation_create_and_send_message_ok" # Version 0.0.0 hardcoded
    "--skip=test_send_message_session_not_found" # Version 0.0.0 hardcoded
    "--skip=test_send_message_success" # Version 0.0.0 hardcoded