From 364d91b2c48f7141d7e10ecd78d2551c43fa704a Mon Sep 17 00:00:00 2001 From: Thierry Delafontaine Date: Wed, 6 Aug 2025 21:33:39 +0200 Subject: [PATCH] codex: 0.11.0 -> 0.14.0 Closes #431430 --- pkgs/by-name/co/codex/package.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/co/codex/package.nix b/pkgs/by-name/co/codex/package.nix index 0fe7f41b3b9f..266b0a02d045 100644 --- a/pkgs/by-name/co/codex/package.nix +++ b/pkgs/by-name/co/codex/package.nix @@ -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